Revision 810c50b7 man/gnt-cluster.sgml

b/man/gnt-cluster.sgml
60 60

  
61 61
      <cmdsynopsis>
62 62
        <command>add-tags</command>
63
        <arg choice="opt">--from <replaceable>file</replaceable></arg>
63 64
        <arg choice="req"
64 65
        rep="repeat"><replaceable>tag</replaceable></arg>
65 66
      </cmdsynopsis>
......
68 69
        Add tags to the cluster. If any of the tags contains invalid
69 70
        characters, the entire operation will abort.
70 71
      </para>
72

  
73
      <para>
74
        If the <option>--from</option> option is given, the list of
75
        tags will be extended with the contents of that file (each
76
        line becomes a tag). In this case, there is not need to pass
77
        tags on the command line (if you do, both sources will be
78
        used). A file name of - will be interpreted as stdin.
79
      </para>
71 80
    </refsect2>
72 81

  
73 82
    <refsect2>
......
250 259

  
251 260
      <cmdsynopsis>
252 261
        <command>remove-tags</command>
262
        <arg choice="opt">--from <replaceable>file</replaceable></arg>
253 263
        <arg choice="req"
254 264
        rep="repeat"><replaceable>tag</replaceable></arg>
255 265
      </cmdsynopsis>
......
258 268
        Remove tags from the cluster. If any of the tags are not
259 269
        existing on the cluster, the entire operation will abort.
260 270
      </para>
271

  
272
      <para>
273
        If the <option>--from</option> option is given, the list of
274
        tags will be extended with the contents of that file (each
275
        line becomes a tag). In this case, there is not need to pass
276
        tags on the command line (if you do, both sources will be
277
        used). A file name of - will be interpreted as stdin.
278
      </para>
261 279
    </refsect2>
262 280

  
263 281
    <refsect2>

Also available in: Unified diff