Revision 3ad56046

b/lib/client/gnt_group.py
244 244
    "Evacuate all instances within a group"),
245 245
  "list-tags": (
246 246
    ListTags, ARGS_ONE_GROUP, [PRIORITY_OPT],
247
    "<instance_name>", "List the tags of the given instance"),
247
    "<group_name>", "List the tags of the given group"),
248 248
  "add-tags": (
249 249
    AddTags, [ArgGroup(min=1, max=1), ArgUnknown()],
250 250
    [TAG_SRC_OPT, PRIORITY_OPT],
251
    "<instance_name> tag...", "Add tags to the given instance"),
251
    "<group_name> tag...", "Add tags to the given group"),
252 252
  "remove-tags": (
253 253
    RemoveTags, [ArgGroup(min=1, max=1), ArgUnknown()],
254 254
    [TAG_SRC_OPT, PRIORITY_OPT],
255
    "<instance_name> tag...", "Remove tags from given instance"),
255
    "<group_name> tag...", "Remove tags from the given group"),
256 256
  }
257 257

  
258 258

  

Also available in: Unified diff