提交 4b6175f7 作者: Dirk McCormick

fix: block put helptext

上级 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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论