Fix help string for gnt-group info
authorBernardo Dal Seno <bdalseno@google.com>
Tue, 2 Apr 2013 20:32:35 +0000 (22:32 +0200)
committerBernardo Dal Seno <bdalseno@google.com>
Thu, 4 Apr 2013 09:24:57 +0000 (11:24 +0200)
Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>

lib/client/gnt_group.py

index e05f982..8749fcd 100644 (file)
@@ -371,7 +371,8 @@ commands = {
     [TAG_SRC_OPT, PRIORITY_OPT, SUBMIT_OPT],
     "<group_name> tag...", "Remove tags from the given group"),
   "info": (
-    GroupInfo, ARGS_MANY_GROUPS, [], "<group_name>", "Show group information"),
+    GroupInfo, ARGS_MANY_GROUPS, [], "[<group_name>...]",
+    "Show group information"),
   }