Commit 4b6175f7 authored by Dirk McCormick's avatar Dirk McCormick

fix: block put helptext

parent bc02a61e
......@@ -123,9 +123,9 @@ var blockPutCmd = &cmds.Command{
Tagline: "Store input as an IPFS block.",
ShortDescription: `
'ipfs block put' is a plumbing command for storing raw IPFS blocks.
It reads from stdin, and outputs a multihash to stdout.
It reads from stdin, and outputs the block's CID to stdout.
By default the multihash is output in CIDv0 format. Setting 'mhtype' to anything
Unless specified, this command returns dag-pb CIDv0 CIDs. Setting 'mhtype' to anything
other than 'sha2-256' or format to anything other than 'v0' will result in CIDv1.
`,
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment