diff --git a/commands/commands.go b/commands/commands.go index ab67792b67..1518de55df 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -243,7 +243,7 @@ var Commands = []cli.Command{ Flags: []cli.Flag{ cli.BoolFlag{ Name: "force, f", - Usage: "Remove local configuration even if machine cannot be removed", + Usage: "Remove local configuration even if machine cannot be removed, also implies an automatic yes (`-y`)", }, cli.BoolFlag{ Name: "y",