Merge pull request #1416 from filecoin-project/feat/import-data-usage

Feat/import data usage
This commit is contained in:
Łukasz Magiera 2020-03-18 19:06:37 +01:00 committed by GitHub
commit b2d4d37539

View File

@ -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 {