Git commit 043dacc0386a12253ed599ecc0770e7617a336da by Burkhard Lück. Committed on 26/04/2016 at 13:49. Pushed by lueck into branch 'master'.
add missing option --desktopfile M +8 -2 doc/kate/man-kate.1.docbook http://commits.kde.org/kate/043dacc0386a12253ed599ecc0770e7617a336da diff --git a/doc/kate/man-kate.1.docbook b/doc/kate/man-kate.1.docbook index f84511c..e6c22ab 100644 --- a/doc/kate/man-kate.1.docbook +++ b/doc/kate/man-kate.1.docbook @@ -7,8 +7,8 @@ <refentryinfo> <title>&kate; User's Manual</title> <author>&Lauri.Watts; &Lauri.Watts.mail;</author> -<date>2015-08-02</date> -<releaseinfo>Applications 15.08</releaseinfo> +<date>2016-04-26</date> +<releaseinfo>Applications 16.04</releaseinfo> <productname>KDE Applications</productname> </refentryinfo> @@ -25,6 +25,8 @@ <refsynopsisdiv> <cmdsynopsis> <command>kate</command> +<group choice="opt"><option>--desktopfile</option> <replaceable> +file name</replaceable> </group> <group choice="opt"><option>-s, --start</option> <replaceable> name</replaceable> </group> <group choice="opt"><option>--startanon</option></group> @@ -74,6 +76,10 @@ configuration files. This document was written in &kate;. <variablelist> <varlistentry> +<term><option>--deaktop</option> <replaceable>file name</replaceable></term> +<listitem><para>The base file name of the desktop entry for this application.</para></listitem> +</varlistentry> +<varlistentry> <term><option>-s</option>, <option>--start</option> <replaceable>name</replaceable></term> <listitem><para>Start &kate; with a given session.</para></listitem> </varlistentry> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
