Merge pull request #2524 from askb/docs_fixes

Minor usage fix updating the sub-command rm usage with `-f`.
This commit is contained in:
David Gageot 2015-12-08 15:20:33 +01:00
commit caf74d156b
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",