Revision 746ea1da

b/scripts/gnt-instance
1135 1135
  'grow-disk': (GrowDisk, ARGS_FIXED(3), [DEBUG_OPT, SUBMIT_OPT],
1136 1136
                "<instance> <disk> <size>", "Grow an instance's disk"),
1137 1137
  'list-tags': (ListTags, ARGS_ONE, [DEBUG_OPT],
1138
                "<node_name>", "List the tags of the given instance"),
1138
                "<instance_name>", "List the tags of the given instance"),
1139 1139
  'add-tags': (AddTags, ARGS_ATLEAST(1), [DEBUG_OPT, TAG_SRC_OPT],
1140
               "<node_name> tag...", "Add tags to the given instance"),
1140
               "<instance_name> tag...", "Add tags to the given instance"),
1141 1141
  'remove-tags': (RemoveTags, ARGS_ATLEAST(1), [DEBUG_OPT, TAG_SRC_OPT],
1142
                  "<node_name> tag...", "Remove tags from given instance"),
1142
                  "<instance_name> tag...", "Remove tags from given instance"),
1143 1143
  }
1144 1144

  
1145 1145
aliases = {

Also available in: Unified diff