aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-06-28 07:30:11 +0000
committerFrederic Culot <calcurse@culot.org>2009-06-28 07:30:11 +0000
commit68381c95dfcdc627491e74e4430cc8afb1578c45 (patch)
treeee7da3cb7dd339590600ed07802345cc08a4d847
parent364496a9a91b711d8195b3ca3b6ca61a2907c1c4 (diff)
downloadcalcurse-68381c95dfcdc627491e74e4430cc8afb1578c45.tar.gz
calcurse-68381c95dfcdc627491e74e4430cc8afb1578c45.zip
Help updated for the -t command line flag.
-rwxr-xr-xsrc/args.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/args.c b/src/args.c
index b23a2b0..c7a3dca 100755
--- a/src/args.c
+++ b/src/args.c
@@ -1,4 +1,4 @@
-/* $calcurse: args.c,v 1.49 2009/06/26 21:44:11 culot Exp $ */
+/* $calcurse: args.c,v 1.50 2009/06/28 07:30:11 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -127,7 +127,9 @@ help_arg ()
"\n -t[num], --todo[=num]\n"
" print todo list and exit. If the optional number [num] is given,\n"
"\tthen only todos having a priority equal to [num] will be returned.\n"
- "\tnote: priority number must be between 1 (highest) and 9 (lowest).\n"
+ "\tThe priority number must be between 1 (highest) and 9 (lowest).\n"
+ "\tIt is also possible to specify '0' for the priority, in which case\n"
+ "\tonly completed tasks will be shown.\n"
"\n -x[format], --export[=format]\n"
" export user data to the specified format. Events, appointments and\n"
"\ttodos are converted and echoed to stdout.\n"