From 217f144d25f7670df23163397df4ce3e25a4c54c Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Wed, 18 Mar 2015 11:20:38 -0400 Subject: [PATCH] corrects the rm command line description Signed-off-by: Evan Hazlett --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index b45bfbd94b..a879685984 100644 --- a/commands.go +++ b/commands.go @@ -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, }, {