Commit c4088784 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #2915 from ipfs/feature/2293-error-codes

Added note about error codes
parents f5cd4ef1 67a822c3
......@@ -65,6 +65,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{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment