clarify error message

Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
Mahmood Ali
2020-06-09 11:26:52 -04:00
committed by GitHub
parent d13a63c8bb
commit bd48db20e2

View File

@@ -64,7 +64,7 @@ func (c *OperatorSnapshotRestoreCommand) Run(args []string) int {
// Check for misuse
args = flags.Args()
if len(args) != 1 {
c.Ui.Error("This command takes one: <filename>")
c.Ui.Error("This command takes one argument: <filename>")
c.Ui.Error(commandErrorText(c))
return 1
}