Merge pull request #803 from ehazlett/fix-rm-cmd-description

corrects the rm command line description
This commit is contained in:
Evan Hazlett 2015-03-18 11:33:12 -04:00
commit dbd311943e
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,
},
{