Git commit b7bc450e9b390530a3ee6a13ff68c99078b3175d by David Jarvie. Committed on 15/07/2020 at 23:11. Pushed by djarvie into branch 'release/20.08'.
Bug 315401: Document option for a command alarm to not notify execution errors M +6 -1 doc/index.docbook https://invent.kde.org/pim/kalarm/commit/b7bc450e9b390530a3ee6a13ff68c99078b3175d diff --git a/doc/index.docbook b/doc/index.docbook index c32a6f39..960f0b0b 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -39,7 +39,7 @@ <!-- Don't change format of date and version of the documentation --> -<date>2020-06-20</date> +<date>2020-07-16</date> <releaseinfo>3.0.0 (Applications 20.08)</releaseinfo> <abstract> @@ -1401,6 +1401,11 @@ execute. Remember to include a first line such as interpreter is invoked.</para> </listitem> +<listitem><para>If the command returns an error, an error message is +normally displayed, and an error indication is shown in the alarm +list. The error notification message can be prevented by checking +<guilabel>Do not notify errors</guilabel>.</para></listitem> + <listitem> <para>Use the <guilabel>Command Output</guilabel> group box to specify what you want to be done with any terminal output which the command
