Added quotes around command in long desc
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Jan 4, 2016 at 16:13 UTC
fd69205eacac0aa7681406a125bdd4fa6a6c3c00
1 file changed
+2
-2
core/commands/object.go
+2
-2
@@ -75,12 +75,12 @@ var objectDataCmd = &cmds.Command{
75
Helptext: cmds.HelpText{
76
Tagline: "Outputs the raw bytes in an IPFS object",
77
ShortDescription: `
78
-ipfs object data is a plumbing command for retreiving the raw bytes stored in
78
+'ipfs object data' is a plumbing command for retreiving the raw bytes stored in
79
a DAG node. It outputs to stdout, and <key> is a base58 encoded
80
multihash.
81
`,
82
LongDescription: `
83
-ipfs object data is a plumbing command for retreiving the raw bytes stored in
83
+'ipfs object data' is a plumbing command for retreiving the raw bytes stored in
84
a DAG node. It outputs to stdout, and <key> is a base58 encoded
85
multihash.
86