[education/gcompris/KDE/2.0] docs/docbook: docs, fix wrong command parameter in examples

Timothée Giet null at kde.org
Wed Jan 19 18:32:41 GMT 2022


Git commit c6e82a12ab618ee2b22e506f651967583b13d4e5 by Timothée Giet.
Committed on 19/01/2022 at 18:32.
Pushed by timotheegiet into branch 'KDE/2.0'.

docs, fix wrong command parameter in examples

M  +2    -2    docs/docbook/index.docbook

https://invent.kde.org/education/gcompris/commit/c6e82a12ab618ee2b22e506f651967583b13d4e5

diff --git a/docs/docbook/index.docbook b/docs/docbook/index.docbook
index 2b6aaaff3..d18636702 100644
--- a/docs/docbook/index.docbook
+++ b/docs/docbook/index.docbook
@@ -318,13 +318,13 @@ or make it show real car images instead of filled rectangles (traffic).</para>
 <sect2 id="windows-example">
 <title>&Windows; Example</title>
 <para>You can add these switches in the desktop icon properties. Here is an example that runs &gcompris; in kiosk mode in full screen, without Configuration button and cursor:</para>
-<para><userinput><command>"C:\Program Files\Gcompris\gcompris-qt.exe" --disable-kiosk -f -C</command></userinput></para>
+<para><userinput><command>"C:\Program Files\Gcompris\gcompris-qt.exe" --enable-kioskmode -f -C</command></userinput></para>
 </sect2>
 
 <sect2 id="gnu-linux-example">
 <title>&GNU;/&Linux; Example</title>
 <para>Create an application launcher and configure the command line parameters. Here is an example that runs &gcompris; in kiosk mode in full screen, without Config button and cursor:</para> 
-<para><userinput><command>gcompris-qt --disable-kiosk -f -C</command></userinput></para>
+<para><userinput><command>gcompris-qt --enable-kioskmode -f -C</command></userinput></para>
 </sect2>
 
 </sect1>


More information about the kde-doc-english mailing list