Signed-off-by: Bernardo Dal Seno <[email protected]>
---
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 e05f982..8749fcd 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"),
}
--
1.8.1.3