Skip to content
Snippets Groups Projects
Commit 2c398e80 authored by Bernardo Dal Seno's avatar Bernardo Dal Seno
Browse files

Fix help string for gnt-group info


Signed-off-by: default avatarBernardo Dal Seno <bdalseno@google.com>
Reviewed-by: default avatarHelga Velroyen <helgav@google.com>
parent 91fb0d18
No related branches found
No related tags found
No related merge requests found
......@@ -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"),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment