Skip to content

Commit

Permalink
Merge pull request #2810 from pfista/2680-stats-alias-commands
Browse files Browse the repository at this point in the history
Adds aliases to stats command
  • Loading branch information
whyrusleeping committed Jun 6, 2016
2 parents 385055d + eb156e0 commit b1b51e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/commands/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ for your ipfs node.`,
},

Subcommands: map[string]*cmds.Command{
"bw": statBwCmd,
"bw": statBwCmd,
"repo": repoStatCmd,
"bitswap": bitswapStatCmd,
},
}

Expand Down

0 comments on commit b1b51e8

Please sign in to comment.