mirror of https://github.com/docker/docs.git
corrects the rm command line description
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
a9fce41071
commit
217f144d25
|
@ -257,7 +257,7 @@ var Commands = []cli.Command{
|
|||
},
|
||||
Name: "rm",
|
||||
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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue