change "lotus-storage-miner deals" to "lotus-storage-miner storage-deals"
This commit is contained in:
parent
ef0abf2b98
commit
bc90b857c9
@ -23,7 +23,7 @@ func main() {
|
||||
|
||||
local := []*cli.Command{
|
||||
actorCmd,
|
||||
dealsCmd,
|
||||
storageDealsCmd,
|
||||
infoCmd,
|
||||
initCmd,
|
||||
rewardsCmd,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user