mirror of https://github.com/docker/docs.git
Merge pull request #2524 from askb/docs_fixes
Minor usage fix updating the sub-command rm usage with `-f`.
This commit is contained in:
commit
caf74d156b
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue