Revision 810c50b7 scripts/gnt-instance

b/scripts/gnt-instance
756 756
                       "Deactivate an instance's disks"),
757 757
  'list-tags': (ListTags, ARGS_ONE, [DEBUG_OPT],
758 758
                "<node_name>", "List the tags of the given instance"),
759
  'add-tags': (AddTags, ARGS_ATLEAST(1), [DEBUG_OPT],
759
  'add-tags': (AddTags, ARGS_ATLEAST(1), [DEBUG_OPT, TAG_SRC_OPT],
760 760
               "<node_name> tag...", "Add tags to the given instance"),
761
  'remove-tags': (RemoveTags, ARGS_ATLEAST(1), [DEBUG_OPT],
761
  'remove-tags': (RemoveTags, ARGS_ATLEAST(1), [DEBUG_OPT, TAG_SRC_OPT],
762 762
                  "<node_name> tag...", "Remove tags from given instance"),
763 763
  }
764 764

  

Also available in: Unified diff