diff --git a/cmd/lotus-shed/market.go b/cmd/lotus-shed/market.go index eb1b56a94..8221e53eb 100644 --- a/cmd/lotus-shed/market.go +++ b/cmd/lotus-shed/market.go @@ -244,7 +244,7 @@ var marketImportDatastoreCmd = &cli.Command{ }, &cli.StringFlag{ Name: "backup-path", - Usage: "path to the backup directory", + Usage: "path to the backup file", Required: true, }, },