From 9d61f91cdf8a431f167ddbfffeee22c6ebf9cb4e Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Mon, 26 Jul 2021 16:41:22 +0200 Subject: [PATCH] Update cmd/lotus-shed/market.go Co-authored-by: Aayush Rajasekaran --- cmd/lotus-shed/market.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, },