From 2c398e80e580ae37d669083b03a6c74a03d8cb2c Mon Sep 17 00:00:00 2001
From: Bernardo Dal Seno <bdalseno@google.com>
Date: Tue, 2 Apr 2013 22:32:35 +0200
Subject: [PATCH] Fix help string for gnt-group info

Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
---
 lib/client/gnt_group.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/client/gnt_group.py b/lib/client/gnt_group.py
index e05f9821f..8749fcd39 100644
--- a/lib/client/gnt_group.py
+++ b/lib/client/gnt_group.py
@@ -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"),
   }
 
 
-- 
GitLab