aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-06-27 09:20:39 +0000
committerFrederic Culot <calcurse@culot.org>2009-06-27 09:20:39 +0000
commit2da51e56a08b90f42085650ec333ed7ea52f5e83 (patch)
treea470118313c3b2f22f002dc9cb93cd0e27ee70e7
parente36039dd6c1f5107ddc4ccafdf47ecefd4e24aaa (diff)
downloadcalcurse-2da51e56a08b90f42085650ec333ed7ea52f5e83.tar.gz
calcurse-2da51e56a08b90f42085650ec333ed7ea52f5e83.zip
Help page updated for the flag command
-rwxr-xr-xChangeLog2
-rwxr-xr-xsrc/help.c14
2 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cf0ba2..f7e0fa1 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2009-06-27 Frederic Culot <frederic@culot.org>
* src/io.c: do not export completed tasks
+
+ * src/help.c (help_screen): help page updated for the flag command
2009-06-26 Frederic Culot <frederic@culot.org>
diff --git a/src/help.c b/src/help.c
index 8006211..466ae69 100755
--- a/src/help.c
+++ b/src/help.c
@@ -1,4 +1,4 @@
-/* $calcurse: help.c,v 1.38 2009/01/04 10:22:10 culot Exp $ */
+/* $calcurse: help.c,v 1.39 2009/06/27 09:20:39 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -634,10 +634,14 @@ help_screen (void)
hscr[HELP_FLAG].title = _("Flag Item\n");
(void)snprintf (hscr[HELP_FLAG].text, HELPTEXTSIZ,
- _("Toggle an appointment's 'important' flag.\n"
- "If an item is flagged as important, an exclamation mark appears in front"
- "\nof it, and you will be warned if time gets closed to the appointment\n"
- "start time.\n"
+ _("Toggle an appointment's 'important' flag or a todo's 'completed' flag.\n"
+ "If a todo is flagged as completed, its priority number will be replaced\n"
+ "by an 'X' sign. Completed tasks will no longer appear in exported data\n"
+ "or when using the '-t' command line flag (unless specifying '0' as the\n"
+ "priority number, in which case only completed tasks will be shown).\n\n"
+ "If an appointment is flagged as important, an exclamation mark appears\n"
+ "in front of it, and you will be warned if time gets closed to the\n"
+ "appointment start time.\n"
"To customize the way one gets notified, the configuration submenu lets\n"
"you choose the command launched to warn user of an upcoming appointment,"
"\nand how long before it he gets notified."));