Revision 810c50b7 man/gnt-node.sgml

b/man/gnt-node.sgml
105 105

  
106 106
      <cmdsynopsis>
107 107
        <command>add-tags</command>
108
        <arg choice="opt">--from <replaceable>file</replaceable></arg>
108 109
        <arg choice="req"><replaceable>nodename</replaceable></arg>
109 110
        <arg choice="req"
110 111
        rep="repeat"><replaceable>tag</replaceable></arg>
......
114 115
        Add tags to the given node. If any of the tags contains
115 116
        invalid characters, the entire operation will abort.
116 117
      </para>
118

  
119
      <para>
120
        If the <option>--from</option> option is given, the list of
121
        tags will be extended with the contents of that file (each
122
        line becomes a tag). In this case, there is not need to pass
123
        tags on the command line (if you do, both sources will be
124
        used). A file name of - will be interpreted as stdin.
125
      </para>
117 126
    </refsect2>
118 127

  
119 128
    <refsect2>
......
292 301
      <title>REMOVE-TAGS</title>
293 302
      <cmdsynopsis>
294 303
        <command>remove-tags</command>
304
        <arg choice="opt">--from <replaceable>file</replaceable></arg>
295 305
        <arg choice="req"><replaceable>nodename</replaceable></arg>
296 306
        <arg choice="req"
297 307
        rep="repeat"><replaceable>tag</replaceable></arg>
......
301 311
        Remove tags from the given node. If any of the tags are not
302 312
        existing on the node, the entire operation will abort.
303 313
      </para>
314

  
315
      <para>
316
        If the <option>--from</option> option is given, the list of
317
        tags will be extended with the contents of that file (each
318
        line becomes a tag). In this case, there is not need to pass
319
        tags on the command line (if you do, both sources will be
320
        used). A file name of - will be interpreted as stdin.
321
      </para>
304 322
    </refsect2>
305 323

  
306 324
    <refsect2>

Also available in: Unified diff