Skip to content

Commit

Permalink
Added quotes around block put command
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
  • Loading branch information
RichardLitt committed Jan 29, 2016
1 parent ba148b2 commit 7758ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/block.go
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ var blockPutCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Stores input as an IPFS block.",
ShortDescription: `
ipfs block put is a plumbing command for storing raw ipfs blocks.
'ipfs block put' is a plumbing command for storing raw ipfs blocks.
It reads from stdin, and <key> is a base58 encoded multihash.
`,
},

0 comments on commit 7758ad3

Please sign in to comment.