Skip to content

Commit

Permalink
Added note about exit status codes
Browse files Browse the repository at this point in the history
How does this look? See #2293

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
  • Loading branch information
RichardLitt committed Sep 1, 2016
1 parent f182675 commit b262802
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ ipfs uses a repository in the local file system. By default, the repo is located
at ~/.ipfs. To change the repo location, set the $IPFS_PATH environment variable:
export IPFS_PATH=/path/to/ipfsrepo
EXIT STATUS
The CLI will exits with one of the following values:
0 Successful execution.
1 Failed executions.
`,
},
Options: []cmds.Option{
Expand Down

0 comments on commit b262802

Please sign in to comment.