mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-22 04:09:04 +08:00
Make all Taglines use imperative mood
License: MIT Signed-off-by: Jesse Weinstein <jesse@wefu.org>
This commit is contained in:
@ -26,7 +26,7 @@ func (bs BlockStat) String() string {
|
||||
|
||||
var BlockCmd = &cmds.Command{
|
||||
Helptext: cmds.HelpText{
|
||||
Tagline: "Manipulate raw IPFS blocks.",
|
||||
Tagline: "Interact with raw IPFS blocks.",
|
||||
ShortDescription: `
|
||||
'ipfs block' is a plumbing command used to manipulate raw ipfs blocks.
|
||||
Reads from stdin or writes to stdout, and <key> is a base58 encoded
|
||||
@ -103,7 +103,7 @@ It outputs to stdout, and <key> is a base58 encoded multihash.
|
||||
|
||||
var blockPutCmd = &cmds.Command{
|
||||
Helptext: cmds.HelpText{
|
||||
Tagline: "Stores input as an IPFS block.",
|
||||
Tagline: "Store input as an IPFS block.",
|
||||
ShortDescription: `
|
||||
'ipfs block put' is a plumbing command for storing raw ipfs blocks.
|
||||
It reads from stdin, and <key> is a base58 encoded multihash.
|
||||
|
Reference in New Issue
Block a user