Unverified Commit d523cca3 authored by Adin Schmahmann's avatar Adin Schmahmann Committed by GitHub

Merge pull request #7761 from andrew/patch-2

Fix typo in ipfs dag stat command
parents 2539c761 37a637e8
......@@ -685,7 +685,7 @@ var DagStatCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Gets stats for a DAG",
ShortDescription: `
'ipfs dag size' fetches a dag and returns various statistics about the DAG.
'ipfs dag stat' 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
......
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