@cryptotaxi247 / kubo / commits / 37a637e8c

Fix typo in ipfs dag stat command

Andrew Nesbitt committed Nov 11, 2020 at 13:04 UTC 37a637e8c1d7ca867a8d23e035418efb9b736fc9
1 file changed +1 -1
core/commands/dag/dag.go
+1 -1
@@ -685,7 +685,7 @@ var DagStatCmd = &cmds.Command{
685 Helptext: cmds.HelpText{
686 Tagline: "Gets stats for a DAG",
687 ShortDescription: `
688 -'ipfs dag size' fetches a dag and returns various statistics about the DAG.
688 +'ipfs dag stat' fetches a dag and returns various statistics about the DAG.
689 Statistics include size and number of blocks.
690
691 Note: This command skips duplicate blocks in reporting both size and the number of blocks