Revision 810c50b7 man/gnt-instance.sgml

b/man/gnt-instance.sgml
758 758

  
759 759
        <cmdsynopsis>
760 760
          <command>add-tags</command>
761
          <arg choice="opt">--from <replaceable>file</replaceable></arg>
761 762
          <arg choice="req"><replaceable>instancename</replaceable></arg>
762 763
          <arg choice="req"
763 764
            rep="repeat"><replaceable>tag</replaceable></arg>
......
767 768
          Add tags to the given instance. If any of the tags contains
768 769
          invalid characters, the entire operation will abort.
769 770
        </para>
771
        <para>
772
          If the <option>--from</option> option is given, the list of
773
          tags will be extended with the contents of that file (each
774
          line becomes a tag). In this case, there is not need to pass
775
          tags on the command line (if you do, both sources will be
776
          used). A file name of - will be interpreted as stdin.
777
        </para>
770 778
      </refsect3>
771 779

  
772 780
      <refsect3>
......
784 792
        <title>REMOVE-TAGS</title>
785 793
        <cmdsynopsis>
786 794
          <command>remove-tags</command>
795
          <arg choice="opt">--from <replaceable>file</replaceable></arg>
787 796
          <arg choice="req"><replaceable>instancename</replaceable></arg>
788 797
          <arg choice="req"
789 798
            rep="repeat"><replaceable>tag</replaceable></arg>
......
793 802
          Remove tags from the given instance. If any of the tags are
794 803
          not existing on the node, the entire operation will abort.
795 804
        </para>
805

  
806
        <para>
807
          If the <option>--from</option> option is given, the list of
808
          tags will be extended with the contents of that file (each
809
          line becomes a tag). In this case, there is not need to pass
810
          tags on the command line (if you do, both sources will be
811
          used). A file name of - will be interpreted as stdin.
812
        </para>
796 813
      </refsect3>
797 814

  
798 815
    </refsect2>

Also available in: Unified diff