Git commit f701adfeb00eff4dd234e81a937381359d407cc5 by David Jarvie.
Committed on 09/02/2024 at 11:34.
Pushed by djarvie into branch 'master'.

Bug 481053: Fix --name command line option not using its parameter

M  +2    -2    doc/index.docbook
M  +1    -1    src/commandoptions.cpp

https://invent.kde.org/pim/kalarm/-/commit/f701adfeb00eff4dd234e81a937381359d407cc5

diff --git a/doc/index.docbook b/doc/index.docbook
index 15dbefeb..3fff8b41 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>2024-1-25</date>
+<date>2024-2-9</date>
 <releaseinfo>3.7.0 (KDE Gear 24.02)</releaseinfo>
 
 <abstract>
@@ -3380,7 +3380,7 @@ time.</para>
   with this option.</entry>
 </row>
 <row>
-  <entry><option>-n</option>, <option>--name</option></entry>
+  <entry><option>-n</option>, <option>--name 
<replaceable>name</replaceable></option></entry>
   <entry>Specify a name to help you to identify the alarm.</entry>
 </row>
 <row>
diff --git a/src/commandoptions.cpp b/src/commandoptions.cpp
index 3997f6cc..d7ea329a 100644
--- a/src/commandoptions.cpp
+++ b/src/commandoptions.cpp
@@ -1,7 +1,7 @@
 /*
  *  commandoptions.cpp  -  extract command line options
  *  Program:  kalarm
- *  SPDX-FileCopyrightText: 2001-2023 David Jarvie <djar...@kde.org>
+ *  SPDX-FileCopyrightText: 2001-2024 David Jarvie <djar...@kde.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-or-later
  */

Reply via email to