1
0
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:
Richard Littauer
2016-01-04 16:13:06 -05:00
parent 4ba3a754ae
commit fd69205eac

View File

@ -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.