change "lotus-storage-miner deals" to "lotus-storage-miner storage-deals"

This commit is contained in:
laser 2020-06-23 09:30:34 -07:00
parent ef0abf2b98
commit bc90b857c9
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ func main() {
local := []*cli.Command{
actorCmd,
dealsCmd,
storageDealsCmd,
infoCmd,
initCmd,
rewardsCmd,

View File

@ -217,9 +217,9 @@ var getAskCmd = &cli.Command{
},
}
var dealsCmd = &cli.Command{
Name: "deals",
Usage: "interact with your deals",
var storageDealsCmd = &cli.Command{
Name: "storage-deals",
Usage: "interact with your storage deals",
Subcommands: []*cli.Command{
dealsImportDataCmd,
dealsListCmd,