Merge pull request #2810 from pfista/2680-stats-alias-commands

Adds aliases to stats command
This commit is contained in:
Jeromy Johnson 2016-06-06 15:48:32 -07:00
commit b1b51e8f65

View File

@ -28,7 +28,9 @@ for your ipfs node.`,
},
Subcommands: map[string]*cmds.Command{
"bw": statBwCmd,
"bw": statBwCmd,
"repo": repoStatCmd,
"bitswap": bitswapStatCmd,
},
}