Marcin Rataj 2021-03-30 21:22:55 +02:00
parent f91411362b
commit 090953d298
No known key found for this signature in database
GPG Key ID: 222B6784D5A79E42
2 changed files with 4 additions and 5 deletions

View File

@ -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.

View File

@ -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: