Fix help string for gnt-group info
[ganeti-local] / 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"),
   }