Git commit eaebc057241731ba2b71560551e896677d2da054 by Adriaan de Groot. Committed on 21/12/2020 at 11:02. Pushed by ashark into branch 'docbook_historied_per_file'.
Mention cli option in the filtering section as well. Original commit: a866c8bc https://invent.kde.org/sdk/kdesrc-build/-/commit/a866c8bc7704397e2332831a83aac163f457d78f M +5 -1 doc/getting-started/kde-modules-and-selection.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/eaebc057241731ba2b71560551e896677d2da054 diff --git a/doc/getting-started/kde-modules-and-selection.docbook b/doc/getting-started/kde-modules-and-selection.docbook index 60c45f15..b064ad16 100644 --- a/doc/getting-started/kde-modules-and-selection.docbook +++ b/doc/getting-started/kde-modules-and-selection.docbook @@ -315,7 +315,11 @@ decide that you'd rather not download, build, and install <literal>kdeutils</literal>.</para> <para>You can achieve this by using the <link -linkend="conf-ignore-modules">ignore-modules</link> configuration option.</para> +linkend="conf-ignore-modules">ignore-modules</link> configuration option. +On the command line the +<link linkend="ignoring-modules">&cmd-ignore-modules; option</link> +does the same thing, but is more convenient for filtering out a module just once. +</para> <example id="example-ignoring-a-module"> <title>Example for ignoring a kde-project module in a group</title>
