1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 03:19:47 +08:00

--help: Add a note on using IPFS_PATH to the footer of the helptext.

License: MIT
Signed-off-by: Chris P. <sahib@online.de>
This commit is contained in:
Chris P
2015-12-02 11:46:09 +01:00
parent b9e8c001cf
commit aa5532e5bf

View File

@ -69,6 +69,11 @@ TOOL COMMANDS
commands List all available commands
Use 'ipfs <command> --help' to learn more about each command.
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
`,
},
Options: []cmds.Option{