Added quotes around block put command
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Jan 29, 2016 at 16:51 UTC
7758ad3d3eabee0722924d425488fecc81aa9a61
1 file changed
+1
-1
core/commands/block.go
+1
-1
@@ -105,7 +105,7 @@ var blockPutCmd = &cmds.Command{
105
Helptext: cmds.HelpText{
106
Tagline: "Stores input as an IPFS block.",
107
ShortDescription: `
108
-ipfs block put is a plumbing command for storing raw ipfs blocks.
108
+'ipfs block put' is a plumbing command for storing raw ipfs blocks.
109
It reads from stdin, and <key> is a base58 encoded multihash.
110
`,
111
},