Git commit b63fe6a293f64138d61e79670f3b4824f2b436f5 by Yuri Chornoivan. Committed on 29/06/2016 at 16:44. Pushed by yurchor into branch 'master'.
Update command line options docs M +2 -47 doc/installation.docbook M +6 -30 doc/man-krusader.1.docbook http://commits.kde.org/krusader/b63fe6a293f64138d61e79670f3b4824f2b436f5 diff --git a/doc/installation.docbook b/doc/installation.docbook index e9a32ca..f709c6a 100644 --- a/doc/installation.docbook +++ b/doc/installation.docbook @@ -786,47 +786,12 @@ if you only run a Krusader binary you do not need these packages.</para> <screen><prompt>$</prompt> <userinput><command>krusader</command><replaceable>--profile <panel-profile></replaceable></userinput></screen> <screen><prompt>$</prompt> <userinput><command>krusader</command> <replaceable>--profile ftp-managment</replaceable></userinput></screen> </para> - <para>The standard &Qt; and &kde; - command-line options are available, and can be listed by - entering - <userinput> - <command>krusader</command> - <option>--help</option> - </userinput>.</para> + <para>The standard &Qt; and &kde; command-line options are available. + </para> <variablelist> <title>Other command-line options:</title> <varlistentry> <term> - <option>--help-qt</option> - </term> - <listitem> - <para> - <action>List Qt-specific options</action> - </para> - </listitem> - </varlistentry> - <varlistentry> - <term> - <option>--help-kde</option> - </term> - <listitem> - <para> - <action>List KDE-specific options</action> - </para> - </listitem> - </varlistentry> - <varlistentry> - <term> - <option>--help-all</option> - </term> - <listitem> - <para> - <action>List all options</action> - </para> - </listitem> - </varlistentry> - <varlistentry> - <term> <option>--author</option> </term> <listitem> @@ -837,16 +802,6 @@ if you only run a Krusader binary you do not need these packages.</para> </varlistentry> <varlistentry> <term> - <option>-v,--version</option> - </term> - <listitem> - <para> - <action>Show the version number</action> - </para> - </listitem> - </varlistentry> - <varlistentry> - <term> <option>--license</option> </term> <listitem> diff --git a/doc/man-krusader.1.docbook b/doc/man-krusader.1.docbook index 4d02355..cff0d6e 100644 --- a/doc/man-krusader.1.docbook +++ b/doc/man-krusader.1.docbook @@ -72,30 +72,12 @@ You should give it a try.</para> </listitem> </varlistentry> <varlistentry> - <term><option>--help</option></term> - <listitem> -<para>show the general options</para> - </listitem> - </varlistentry> - <varlistentry> - <term><option>--help-all</option></term> - <listitem> -<para>show all options</para> - </listitem> - </varlistentry> - <varlistentry> <term><option>--author</option></term> <listitem> <para>show the authors</para> </listitem> </varlistentry> <varlistentry> - <term><option>-v, --version</option></term> - <listitem> -<para>show the version</para> - </listitem> - </varlistentry> - <varlistentry> <term><option>--license</option></term> <listitem> <para>show the license</para> @@ -111,14 +93,6 @@ panel</para> </variablelist> </refsect1> -<refsect1><title>Qt-options</title> -<para>"$ krusader --help-qt" shows all Qt-options</para> -</refsect1> - -<refsect1><title>KDE-options</title> -<para>"$ krusader --help-kde" shows all KDE-options</para> -</refsect1> - <refsect1><title>Examples</title> <itemizedlist> @@ -223,15 +197,17 @@ Supports: ace, arj, bzip2, deb, gzip, iso, lha, rar, rpm, tar, xz, zip, and 7-zi </refsect1> <refsect1><title>FAQ</title> -<para>The latest version of the KRUSADER FAQ can be found <ulink url="http://docs.kde.org/development/en/extragear-utils/krusader/faq.html">here</ulink>.</para> +<para>The latest version of the KRUSADER FAQ can be found on <ulink url="http://docs.kde.org/development/en/extragear-utils/krusader/faq.html">KDE documentation site</ulink>.</para> </refsect1> <refsect1><title>See Also</title> -<para>The Krusader Handbook, at the krusader help menu.</para> +<simplelist> +<member>The Krusader Handbook, at the krusader help menu.</member> -<para>The Krusader homepage on the World Wide Web:</para> +<member>kf5options(7)</member> -<para><ulink url='http://krusader.org'>http://krusader.org</ulink></para> +<member>qt5options(7)</member> +</simplelist> </refsect1> <refsect1 id='authors'><title>Authors</title> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
