--help: Add a note on using IPFS_PATH to the footer of the helptext.
License: MIT Signed-off-by: Chris P. <sahib@online.de>
Chris P committed
Dec 2, 2015 at 11:46 UTC
aa5532e5bf52b1e704076fd7e8c9c31e4ab3ea1d
1 file changed
+5
core/commands/root.go
+5
@@ -69,6 +69,11 @@ TOOL COMMANDS
69
commands List all available commands
70
71
Use 'ipfs <command> --help' to learn more about each command.
72
+
73
+ipfs uses a repository in the local file system. By default, the repo is located
74
+at ~/.ipfs. To change the repo location, set the $IPFS_PATH environment variable:
75
+
76
+ export IPFS_PATH=/path/to/ipfsrepo
77
`,
78
},
79
Options: []cmds.Option{