From a2a9ebb0785e4df79694d71f73f595e910987c29 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 3 Dec 2015 10:19:12 +0530 Subject: [PATCH] Minor fix updating the sub-command rm usage with -f. This is a follow up for #2349 Signed-off-by: Anil Belur --- commands/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",