Skip to content

Commit fd69205

Browse files
committedJan 4, 2016
Added quotes around command in long desc
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
1 parent 4ba3a75 commit fd69205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎core/commands/object.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ var objectDataCmd = &cmds.Command{
7575
Helptext: cmds.HelpText{
7676
Tagline: "Outputs the raw bytes in an IPFS object",
7777
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
7979
a DAG node. It outputs to stdout, and <key> is a base58 encoded
8080
multihash.
8181
`,
8282
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
8484
a DAG node. It outputs to stdout, and <key> is a base58 encoded
8585
multihash.
8686

0 commit comments

Comments
 (0)
Please sign in to comment.