Revision 819cbfe5 man/gnt-group.rst

b/man/gnt-group.rst
137 137

  
138 138
Renames a given group from *oldname* to *newname*.
139 139

  
140

  
141
TAGS
142
~~~~
143

  
144
ADD-TAGS
145
^^^^^^^^
146

  
147
**add-tags** [--from *file*] {*groupname*} {*tag*...}
148

  
149
Add tags to the given node group. If any of the tags contains invalid
150
characters, the entire operation will abort.
151

  
152
If the ``--from`` option is given, the list of tags will be extended
153
with the contents of that file (each line becomes a tag). In this case,
154
there is not need to pass tags on the command line (if you do, both
155
sources will be used). A file name of ``-`` will be interpreted as
156
stdin.
157

  
158
LIST-TAGS
159
^^^^^^^^^
160

  
161
**list-tags** {*groupname*}
162

  
163
List the tags of the given node group.
164

  
165
REMOVE-TAGS
166
^^^^^^^^^^^
167

  
168
**remove-tags** [--from *file*] {*groupname*} {*tag*...}
169

  
170
Remove tags from the given node group. If any of the tags are not
171
existing on the node, the entire operation will abort.
172

  
173
If the ``--from`` option is given, the list of tags to be removed will
174
be extended with the contents of that file (each line becomes a tag). In
175
this case, there is not need to pass tags on the command line (if you
176
do, tags from both sources will be removed). A file name of ``-`` will
177
be interpreted as stdin.
178

  
140 179
.. vim: set textwidth=72 :
141 180
.. Local Variables:
142 181
.. mode: rst

Also available in: Unified diff