add a usage text to import-data command
This commit is contained in:
parent
9e6ec71520
commit
66a950942e
@ -46,8 +46,9 @@ var dealsCmd = &cli.Command{
|
||||
}
|
||||
|
||||
var dealsImportDataCmd = &cli.Command{
|
||||
Name: "import-data",
|
||||
Usage: "Manually import data for a deal",
|
||||
Name: "import-data",
|
||||
Usage: "Manually import data for a deal",
|
||||
ArgsUsage: "<proposal CID> <file>",
|
||||
Action: func(cctx *cli.Context) error {
|
||||
api, closer, err := lcli.GetStorageMinerAPI(cctx)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user