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 }