1
0
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:
Jesse Weinstein
2016-08-04 16:45:59 -07:00
parent 1eb94e64e3
commit 1d6a47bf93
21 changed files with 32 additions and 32 deletions

View File

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