mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-25 15:08:45 +08:00
Added quotes around command in long desc
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
@ -75,12 +75,12 @@ var objectDataCmd = &cmds.Command{
|
|||||||
Helptext: cmds.HelpText{
|
Helptext: cmds.HelpText{
|
||||||
Tagline: "Outputs the raw bytes in an IPFS object",
|
Tagline: "Outputs the raw bytes in an IPFS object",
|
||||||
ShortDescription: `
|
ShortDescription: `
|
||||||
ipfs object data is a plumbing command for retreiving the raw bytes stored in
|
'ipfs object data' is a plumbing command for retreiving the raw bytes stored in
|
||||||
a DAG node. It outputs to stdout, and <key> is a base58 encoded
|
a DAG node. It outputs to stdout, and <key> is a base58 encoded
|
||||||
multihash.
|
multihash.
|
||||||
`,
|
`,
|
||||||
LongDescription: `
|
LongDescription: `
|
||||||
ipfs object data is a plumbing command for retreiving the raw bytes stored in
|
'ipfs object data' is a plumbing command for retreiving the raw bytes stored in
|
||||||
a DAG node. It outputs to stdout, and <key> is a base58 encoded
|
a DAG node. It outputs to stdout, and <key> is a base58 encoded
|
||||||
multihash.
|
multihash.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user