Git commit 628c218ee5aaa62bc95ed0b3205c2442cbe204ae by Burkhard Lück. Committed on 26/01/2017 at 20:05. Pushed by lueck into branch 'master'.
Remove obsolete argument '--use' removed somewhen in kde 4.x REVIEW:129883 M +2 -5 doc/kate/fundamentals.docbook https://commits.kde.org/kate/628c218ee5aaa62bc95ed0b3205c2442cbe204ae diff --git a/doc/kate/fundamentals.docbook b/doc/kate/fundamentals.docbook index e12fbf29d..28616efdf 100644 --- a/doc/kate/fundamentals.docbook +++ b/doc/kate/fundamentals.docbook @@ -82,9 +82,7 @@ This lists the options available at the command line. <para> Starts kate with the session <parameter>name</parameter>. The session is created if it does not exist already. If a &kate; instance running the specified session -exists, the specified files are loaded in that instance. When used with the -<option>--use</option> option, an instance running this session will be used as -well. +exists, the specified files are loaded in that instance. </para> </listitem> </varlistentry> @@ -94,8 +92,7 @@ well. <option>-p</option> <option>--pid</option> <parameter>PID</parameter></userinput></term> <listitem> <para> -Only reuses an instance with the specified PID (Process ID). Used with the -<option>--use</option> option. +Only reuses an instance with the specified PID (Process ID). </para> </listitem> </varlistentry>
