mirror of https://github.com/docker/docs.git
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:
parent
53a7528e4d
commit
a2a9ebb078
|
@ -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