Skip to content

Commit

Permalink
Merge pull request #7761 from andrew/patch-2
Browse files Browse the repository at this point in the history
Fix typo in ipfs dag stat command
  • Loading branch information
aschmahmann authored Nov 12, 2020
2 parents 2539c76 + 37a637e commit d523cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/dag/dag.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d523cca

Please sign in to comment.