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

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


Git commit c686999f79b1f66944e6256b4feb57557db1abc3 by Timothée Giet.
Committed on 19/01/2022 at 18:31.
Pushed by timotheegiet into branch 'master'.

docs, fix wrong command parameter in examples

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

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

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