Revision 6bc3ed14 lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
1344 1344
  "list-tags": (
1345 1345
    ListTags, ARGS_NONE, [], "", "List the tags of the cluster"),
1346 1346
  "add-tags": (
1347
    AddTags, [ArgUnknown()], [TAG_SRC_OPT, PRIORITY_OPT],
1347
    AddTags, [ArgUnknown()], [TAG_SRC_OPT, PRIORITY_OPT, SUBMIT_OPT],
1348 1348
    "tag...", "Add tags to the cluster"),
1349 1349
  "remove-tags": (
1350
    RemoveTags, [ArgUnknown()], [TAG_SRC_OPT, PRIORITY_OPT],
1350
    RemoveTags, [ArgUnknown()], [TAG_SRC_OPT, PRIORITY_OPT, SUBMIT_OPT],
1351 1351
    "tag...", "Remove tags from the cluster"),
1352 1352
  "search-tags": (
1353 1353
    SearchTags, [ArgUnknown(min=1, max=1)], [PRIORITY_OPT], "",

Also available in: Unified diff