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:
@ -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{
|
||||
|
Reference in New Issue
Block a user