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
d523cca3
Unverified
Commit
d523cca3
authored
Nov 11, 2020
by
Adin Schmahmann
Committed by
GitHub
Nov 11, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7761 from andrew/patch-2
Fix typo in ipfs dag stat command
parents
2539c761
37a637e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/commands/dag/dag.go
core/commands/dag/dag.go
+1
-1
No files found.
core/commands/dag/dag.go
View file @
d523cca3
...
...
@@ -685,7 +685,7 @@ var DagStatCmd = &cmds.Command{
Helptext
:
cmds
.
HelpText
{
Tagline
:
"Gets stats for a DAG"
,
ShortDescription
:
`
'ipfs dag s
ize
' fetches a dag and returns various statistics about the DAG.
'ipfs dag s
tat
' fetches a dag and returns various statistics about the DAG.
Statistics include size and number of blocks.
Note: This command skips duplicate blocks in reporting both size and the number of blocks
...
...
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