mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
docs: tweak ipfs cmd help
https://github.com/ipfs/go-ipfs/pull/8010#discussion_r600842235 https://github.com/ipfs/go-ipfs/pull/8010#discussion_r600842123
This commit is contained in:
parent
f91411362b
commit
090953d298
@ -53,10 +53,10 @@ var AddCmd = &cmds.Command{
|
||||
Helptext: cmds.HelpText{
|
||||
Tagline: "Add a file or directory to IPFS.",
|
||||
ShortDescription: `
|
||||
Adds contents of <path> to IPFS. Use -r to add directories (recursively).
|
||||
Adds the content of <path> to IPFS. Use -r to add directories (recursively).
|
||||
`,
|
||||
LongDescription: `
|
||||
Adds contents of <path> to IPFS. Use -r to add directories.
|
||||
Adds the content of <path> to IPFS. Use -r to add directories.
|
||||
Note that directories are added recursively, to form the IPFS
|
||||
MerkleDAG.
|
||||
|
||||
|
||||
@ -41,12 +41,11 @@ var ConfigCmd = &cmds.Command{
|
||||
Tagline: "Get and set IPFS config values.",
|
||||
ShortDescription: `
|
||||
'ipfs config' controls configuration variables. It works like 'git config'.
|
||||
The configuration values are stored in a config file inside your IPFS_PATH
|
||||
repository.`,
|
||||
The configuration values are stored in a config file inside your IPFS_PATH.`,
|
||||
LongDescription: `
|
||||
'ipfs config' controls configuration variables. It works
|
||||
much like 'git config'. The configuration values are stored in a config
|
||||
file inside your IPFS repository.
|
||||
file inside your IPFS repository (IPFS_PATH).
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user