Revision 6e8091f9 man/gnt-network.rst

b/man/gnt-network.rst
158 158

  
159 159
Renames a given network from *oldname* to *newname*. NOT implemeted yet
160 160

  
161
TAGS
162
~~~
163

  
164
ADD-TAGS
165
^^^^^^^^
166

  
167
**add-tags** [\--from *file*] {*networkname*} {*tag*...}
168

  
169
Add tags to the given network. If any of the tags contains invalid
170
characters, the entire operation will abort.
171

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

  
178
LIST-TAGS
179
^^^^^^^^^
180

  
181
**list-tags** {*networkname*}
182

  
183
List the tags of the given network.
184

  
185
REMOVE-TAGS
186
^^^^^^^^^^^
187

  
188
**remove-tags** [\--from *file*] {*networkname*} {*tag*...}
189

  
190
Remove tags from the given network. If any of the tags are not
191
existing on the network, the entire operation will abort.
192

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

  
199

  
161 200
INFO
162 201
~~~~
163 202

  

Also available in: Unified diff