Commit 4fd28444 authored by Juan Benet's avatar Juan Benet

Merge pull request #1981 from sahib/master

--help: Add a note on using IPFS_PATH to the footer of the helptext.
parents 1c53aea2 aa5532e5
......@@ -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{
......
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