Update cmd/lotus-shed/market.go

Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
This commit is contained in:
Anton Evangelatov 2021-07-26 16:41:22 +02:00 committed by GitHub
parent 52498f78a1
commit 9d61f91cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ var marketImportDatastoreCmd = &cli.Command{
}, },
&cli.StringFlag{ &cli.StringFlag{
Name: "backup-path", Name: "backup-path",
Usage: "path to the backup directory", Usage: "path to the backup file",
Required: true, Required: true,
}, },
}, },