Git commit d05d811a201765b5b1edaf547692d495fb8266eb by Michael Pyne. Committed on 01/05/2018 at 02:29. Pushed by ashark into branch 'docbook_historied_per_file'.
doc: Correct spelling of --set-module-option-value Reported by Allen Winter, which led to no small measure of anguish until I figured out that I'd "simply" misspelling the option in the docs. Original commit: ac5cc6f1 https://invent.kde.org/sdk/kdesrc-build/-/commit/ac5cc6f1ba4c86770299cbe23bb6e61183071f65 M +1 -1 doc/cmdline/supported-cmdline-params.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/d05d811a201765b5b1edaf547692d495fb8266eb diff --git a/doc/cmdline/supported-cmdline-params.docbook b/doc/cmdline/supported-cmdline-params.docbook index ee4c4c60..b57b55fa 100644 --- a/doc/cmdline/supported-cmdline-params.docbook +++ b/doc/cmdline/supported-cmdline-params.docbook @@ -621,7 +621,7 @@ preferred by &kdesrc-build;. </varlistentry> <varlistentry id="cmdline-module-option"> -<term><parameter>--set-module-value-option=<replaceable><module-name></replaceable>,<replaceable><option-name></replaceable>,<replaceable><option-value></replaceable></parameter></term> +<term><parameter>--set-module-option-value=<replaceable><module-name></replaceable>,<replaceable><option-name></replaceable>,<replaceable><option-value></replaceable></parameter></term> <listitem><para> You can use this option to override an option in your <link linkend="configure-data">configuration file</link> for a specific module.
