@cryptotaxi247 / kubo / commits / 67a822c3b

Added note about exit status codes

How does this look? See #2293 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Jun 28, 2016 at 10:49 UTC 67a822c3b2470647c1e57a76058ba217df0cf8a5
1 file changed +7
core/commands/root.go
+7
@@ -64,6 +64,13 @@ ipfs uses a repository in the local file system. By default, the repo is located
64 at ~/.ipfs. To change the repo location, set the $IPFS_PATH environment variable:
65
66 export IPFS_PATH=/path/to/ipfsrepo
67 +
68 +EXIT STATUS
69 +
70 +The CLI will exits with one of the following values:
71 +
72 +0 Successful execution.
73 +1 Failed executions.
74 `,
75 },
76 Options: []cmds.Option{