fix: rename command to retrieve-cancel
This commit is contained in:
parent
85eab9e00e
commit
47f7208f38
@ -89,6 +89,7 @@ var clientCmd = &cli.Command{
|
|||||||
WithCategory("data", clientStat),
|
WithCategory("data", clientStat),
|
||||||
WithCategory("retrieval", clientFindCmd),
|
WithCategory("retrieval", clientFindCmd),
|
||||||
WithCategory("retrieval", clientRetrieveCmd),
|
WithCategory("retrieval", clientRetrieveCmd),
|
||||||
|
WithCategory("retrieval", clientCancelRetrievalDeal),
|
||||||
WithCategory("util", clientCommPCmd),
|
WithCategory("util", clientCommPCmd),
|
||||||
WithCategory("util", clientCarGenCmd),
|
WithCategory("util", clientCarGenCmd),
|
||||||
WithCategory("util", clientBalancesCmd),
|
WithCategory("util", clientBalancesCmd),
|
||||||
@ -951,9 +952,6 @@ var clientRetrieveCmd = &cli.Command{
|
|||||||
Name: "retrieve",
|
Name: "retrieve",
|
||||||
Usage: "Retrieve data from network",
|
Usage: "Retrieve data from network",
|
||||||
ArgsUsage: "[dataCid outputPath]",
|
ArgsUsage: "[dataCid outputPath]",
|
||||||
Subcommands: []*cli.Command{
|
|
||||||
clientCancelRetrievalDeal,
|
|
||||||
},
|
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "from",
|
Name: "from",
|
||||||
@ -1979,7 +1977,7 @@ var clientCancelTransfer = &cli.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
var clientCancelRetrievalDeal = &cli.Command{
|
var clientCancelRetrievalDeal = &cli.Command{
|
||||||
Name: "cancel",
|
Name: "retrieve-cancel",
|
||||||
Usage: "Cancel a retrieval deal by DealID",
|
Usage: "Cancel a retrieval deal by DealID",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.Int64Flag{
|
&cli.Int64Flag{
|
||||||
|
Loading…
Reference in New Issue
Block a user