Skip to content

Commit

Permalink
fix: block put helptext
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc committed Jun 12, 2019
1 parent bc02a61 commit 4b6175f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/commands/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
`,
},
Expand Down

0 comments on commit 4b6175f

Please sign in to comment.