Revision 36c70d4d lib/client/gnt_group.py

b/lib/client/gnt_group.py
311 311
    "Evacuate all instances within a group"),
312 312
  "list-tags": (
313 313
    ListTags, ARGS_ONE_GROUP, [PRIORITY_OPT],
314
    "<instance_name>", "List the tags of the given instance"),
314
    "<group_name>", "List the tags of the given group"),
315 315
  "add-tags": (
316 316
    AddTags, [ArgGroup(min=1, max=1), ArgUnknown()],
317 317
    [TAG_SRC_OPT, PRIORITY_OPT],
318
    "<instance_name> tag...", "Add tags to the given instance"),
318
    "<group_name> tag...", "Add tags to the given group"),
319 319
  "remove-tags": (
320 320
    RemoveTags, [ArgGroup(min=1, max=1), ArgUnknown()],
321 321
    [TAG_SRC_OPT, PRIORITY_OPT],
322
    "<instance_name> tag...", "Remove tags from given instance"),
322
    "<group_name> tag...", "Remove tags from the given group"),
323 323
  }
324 324

  
325 325

  

Also available in: Unified diff