[labplot] doc: moved command line option docu in handbook to appendix

Stefan Gerlach stefan.gerlach at uni-konstanz.de
Tue Nov 1 17:26:48 UTC 2016


Git commit ef466a16050312f8a35a30ae624d5b0daf122e2a by Stefan Gerlach.
Committed on 01/11/2016 at 17:26.
Pushed by sgerlach into branch 'master'.

moved command line option docu in handbook to appendix

M  +67   -67   doc/index.docbook

http://commits.kde.org/labplot/ef466a16050312f8a35a30ae624d5b0daf122e2a

diff --git a/doc/index.docbook b/doc/index.docbook
index a62e0ba..afc4678 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1087,73 +1087,6 @@ Here you will find some explanations of advanced topics.
 </sect2>
 
 </sect1>
-<sect1 id="command-line-options">
-<title>Command Line Options</title>
-
-<sect2 id="specify-a-file">
-<title>Specify a File</title>
-
-<para>
-When starting &LabPlot; from the command prompt, you can supply the name of a project file (ending with .lml, .lml.gz, .lml.bz2 or .lml.xz):
-<cmdsynopsis>
-<command>labplot2</command>
-<arg rep="repeat"><replaceable>file.lml</replaceable></arg>
-</cmdsynopsis>
-</para>
-
-</sect2>
-
-<sect2>
-<title>Other Command Line Options</title>
-
-<para>The following command line help options are available</para>
-<variablelist>
-<varlistentry>
-<term><command>labplot2 <option>--help</option></command></term>
-<listitem><para>This lists the most basic options available at the
- command line.</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><command>labplot2 <option>--help-qt</option></command></term>
-<listitem><para>This lists the options available for changing the
-way &LabPlot; interacts with &Qt;.</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><command>labplot2 <option>--help-kde</option></command></term>
-<listitem><para>This lists the options available for changing the way
-&LabPlot; interacts with &kde;.</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><command>labplot2 <option>--help-all</option></command></term>
-<listitem><para>This lists all of the command line options.</para></listitem>
-</varlistentry>
-
-
-<varlistentry>
-<term><command>labplot2 <option>--no-splash</option></command></term>
-<listitem><para>do not show the splash screen</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><command>labplot2 <option>--author</option></command></term>
-<listitem><para>Lists &LabPlot;'s author in the terminal window</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><command>labplot2 <option>--version</option></command></term>
-<listitem><para>Lists version information for &Qt;, &kde;, and &LabPlot;.
-Also available through <command>labplot2 <option>-v</option></command>
-</para></listitem>
-</varlistentry>
-
-</variablelist>
-
-</sect2>
-
-</sect1>
 </chapter>
 
 
@@ -1769,6 +1702,73 @@ Optional &LabPlot; uses the following programs/libraries when available:
 
 </appendix>
 
+<appendix id="command-line-options">
+<title>Command Line Options</title>
+<sect1 id="specify-a-file">
+<title>Specify a File</title>
+
+<para>
+When starting &LabPlot; from the command prompt, you can supply the name of a project file (ending with .lml, .lml.gz, .lml.bz2 or .lml.xz):
+<cmdsynopsis>
+<command>labplot2</command>
+<arg rep="repeat"><replaceable>file.lml</replaceable></arg>
+</cmdsynopsis>
+</para>
+
+</sect1>
+
+<sect1>
+<title>Other Command Line Options</title>
+
+<para>The following command line help options are available</para>
+<variablelist>
+<varlistentry>
+<term><command>labplot2 <option>--help</option></command></term>
+<listitem><para>This lists the most basic options available at the
+ command line.</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><command>labplot2 <option>--help-qt</option></command></term>
+<listitem><para>This lists the options available for changing the
+way &LabPlot; interacts with &Qt;.</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><command>labplot2 <option>--help-kde</option></command></term>
+<listitem><para>This lists the options available for changing the way
+&LabPlot; interacts with &kde;.</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><command>labplot2 <option>--help-all</option></command></term>
+<listitem><para>This lists all of the command line options.</para></listitem>
+</varlistentry>
+
+
+<varlistentry>
+<term><command>labplot2 <option>--no-splash</option></command></term>
+<listitem><para>do not show the splash screen</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><command>labplot2 <option>--author</option></command></term>
+<listitem><para>Lists &LabPlot;'s author in the terminal window</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><command>labplot2 <option>--version</option></command></term>
+<listitem><para>Lists version information for &Qt;, &kde;, and &LabPlot;.
+Also available through <command>labplot2 <option>-v</option></command>
+</para></listitem>
+</varlistentry>
+
+</variablelist>
+
+</sect1>
+</appendix>
+
+
 <appendix id="parser">
 <title>Parser functions</title>
 <para>


More information about the kde-doc-english mailing list