mirror of https://github.com/docker/docs.git
Merge pull request #803 from ehazlett/fix-rm-cmd-description
corrects the rm command line description
This commit is contained in:
commit
dbd311943e
|
@ -257,7 +257,7 @@ var Commands = []cli.Command{
|
||||||
},
|
},
|
||||||
Name: "rm",
|
Name: "rm",
|
||||||
Usage: "Remove a machine",
|
Usage: "Remove a machine",
|
||||||
Description: "Argument(s) are one or more machine names. Will use the active machine if none is provided.",
|
Description: "Argument(s) are one or more machine names.",
|
||||||
Action: cmdRm,
|
Action: cmdRm,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue