Skip to content

Commit

Permalink
docs: tweak ipfs cmd help
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 30, 2021
1 parent f914113 commit 090953d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/commands/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions core/commands/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 090953d

Please sign in to comment.