From bd48db20e2d62869ebdf6567cf6ec0feb43d9d4f Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 9 Jun 2020 11:26:52 -0400 Subject: [PATCH] clarify error message Co-authored-by: Tim Gross --- command/operator_snapshot_restore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/operator_snapshot_restore.go b/command/operator_snapshot_restore.go index efaaf3b70..8fe8f59a5 100644 --- a/command/operator_snapshot_restore.go +++ b/command/operator_snapshot_restore.go @@ -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: ") + c.Ui.Error("This command takes one argument: ") c.Ui.Error(commandErrorText(c)) return 1 }