Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
4b6175f7
Commit
4b6175f7
authored
Jun 12, 2019
by
Dirk McCormick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: block put helptext
parent
bc02a61e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/commands/block.go
core/commands/block.go
+2
-2
No files found.
core/commands/block.go
View file @
4b6175f7
...
...
@@ -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.
`
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment