corrects the rm command line description

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-03-18 11:20:38 -04:00
parent a9fce41071
commit 217f144d25
No known key found for this signature in database
GPG Key ID: A519480096146526
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},
{