Git commit 6138b5470b872d7b3d5c4755b559ba9c02f3d58a by Yuri Chornoivan. Committed on 03/12/2021 at 15:13. Pushed by yurchor into branch 'master'.
Sync docs with the command line help (proposal by Michael Butler) M +6 -1 doc/manual/index.docbook https://invent.kde.org/utilities/konsole/commit/6138b5470b872d7b3d5c4755b559ba9c02f3d58a diff --git a/doc/manual/index.docbook b/doc/manual/index.docbook index bcd8bffff..0eeeae96d 100644 --- a/doc/manual/index.docbook +++ b/doc/manual/index.docbook @@ -719,7 +719,7 @@ separate window</action> </para></listitem> </varlistentry> -<varlistentry> +<varlistentry id="save-layout"> <term><menuchoice> <guimenu>View</guimenu><guimenuitem>Save tab layout to file</guimenuitem></menuchoice> </term> @@ -1216,6 +1216,11 @@ can be specified to modify its behavior.</para> instead of the default profile.</para></listitem> </varlistentry> +<varlistentry> +<term><option>--layout</option> <parameter>file</parameter></term> +<listitem><para><action>Start &konsole;</action> using a <link linkend="save-layout">saved &JSON; layout file</link>.</para></listitem> +</varlistentry> + <varlistentry> <term><option>--fallback-profile</option></term> <listitem><para>Use the internal FALLBACK profile. This option is a shortcut for <option>--profile</option> <parameter>FALLBACK/</parameter>.<!--FIXME what is the internal Fallback profile--></para></listitem>
