Git commit 6168825682c81d3e6984b698d8cfa822bac1797d by Michael Pyne. Committed on 25/07/2005 at 02:45. Pushed by ashark into branch 'docbook_historied_per_file'.
Add documentation for the recently added --quiet option. Also, make --dry-run an alias for --pretend since --dry-run seems to be a common name for that type of option. BUG:109501 svn path=/trunk/KDE/kdesdk/doc/scripts/kdesvn-build/; revision=438341 Original commit: 660d9d66 https://invent.kde.org/sdk/kdesrc-build/-/commit/660d9d660e3e8047fb1379e1d656472dcf6d4202 M +23 -1 doc/cmdline/index.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/6168825682c81d3e6984b698d8cfa822bac1797d diff --git a/doc/cmdline/index.docbook b/doc/cmdline/index.docbook index db0c0b57..30b0d0d9 100644 --- a/doc/cmdline/index.docbook +++ b/doc/cmdline/index.docbook @@ -56,6 +56,28 @@ don't actually DO anything, but act like you did. </para></listitem> </varlistentry> +<varlistentry id="cmdline-quiet"> +<term><option>--quiet</option> (or <option>-q</option>)</term> +<listitem><para> +Don't be as noisy with the output. With this switch only the basics are +output. +</para></listitem> +</varlistentry> + +<varlistentry id="cmdline-really-quiet"> +<term><option>--really-quiet</option></term> +<listitem><para> +Only output warnings and errors. +</para></listitem> +</varlistentry> + +<varlistentry id="cmdline-verbose"> +<term><option>--verbose</option></term> +<listitem><para> +Be very descriptive about what's going on, and what kdesvn-build is doing. +</para></listitem> +</varlistentry> + <varlistentry id="cmdline-svn-only"> <term><option>--svn-only</option></term> <listitem><para> @@ -73,7 +95,7 @@ only perform the build process. <varlistentry id="cmdline-ignore-modules"> <term><option>--ignore-modules</option></term> <listitem><para> -don't including the modules passed on the rest of the command line in the update/build +don't include the modules passed on the rest of the command line in the update/build process. </para></listitem> </varlistentry>
