Revision 810c50b7 scripts/gnt-cluster

b/scripts/gnt-cluster
265 265
                 "", "Show cluster configuration"),
266 266
  'list-tags': (ListTags, ARGS_NONE,
267 267
                [DEBUG_OPT], "", "List the tags of the cluster"),
268
  'add-tags': (AddTags, ARGS_ANY, [DEBUG_OPT],
268
  'add-tags': (AddTags, ARGS_ANY, [DEBUG_OPT, TAG_SRC_OPT],
269 269
               "tag...", "Add tags to the cluster"),
270
  'remove-tags': (RemoveTags, ARGS_ANY, [DEBUG_OPT],
270
  'remove-tags': (RemoveTags, ARGS_ANY, [DEBUG_OPT, TAG_SRC_OPT],
271 271
                  "tag...", "Remove tags from the cluster"),
272 272
  }
273 273

  

Also available in: Unified diff