Minor fix updating the sub-command rm usage with -f.

This is a follow up for #2349

Signed-off-by: Anil Belur <askb23@gmail.com>
This commit is contained in:
Anil Belur 2015-12-03 10:19:12 +05:30
parent 53a7528e4d
commit a2a9ebb078
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ var Commands = []cli.Command{
Flags: []cli.Flag{ Flags: []cli.Flag{
cli.BoolFlag{ cli.BoolFlag{
Name: "force, f", 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{ cli.BoolFlag{
Name: "y", Name: "y",