diff options
author | Frederic Culot <calcurse@culot.org> | 2008-04-05 14:55:59 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-04-05 14:55:59 +0000 |
commit | 4a89094f0ed304b5857f2787b436ec71668657a2 (patch) | |
tree | 283adceafd105970a81734bb25c3a6287ad9ec6f | |
parent | 23b236bc387e9746786c0e2eaaa1e15be697bef8 (diff) | |
download | calcurse-4a89094f0ed304b5857f2787b436ec71668657a2.zip |
usage updated
-rwxr-xr-x | src/args.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: args.c,v 1.29 2008/04/05 10:21:51 culot Exp $ */ +/* $calcurse: args.c,v 1.30 2008/04/05 14:55:59 culot Exp $ */ /* * Calcurse - text-based organizer @@ -48,7 +48,7 @@ static void usage() { char *arg_usage = - _("Usage: calcurse [-h|-v] [-x] [-an] [-t[num]] [-d date|num] [-c file]\n"); + _("Usage: calcurse [-h|-v] [-x] [-N] [-an] [-t[num]] [-d date|num] [-c file]\n"); fputs(arg_usage, stdout); } @@ -105,13 +105,13 @@ help_arg() " print next appointment within upcoming 24 hours " "and exit. Also given\n\tis the remaining time before this " "next appointment.\n" + "\n -N, --note\n" + " when used with the '-a' or '-t' flag, also print note content\n" + " if one is associated with the displayed item.\n" "\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" - "\n -N, --note\n" - " when used with the '-a' or '-t' flag, also print note content\n" - " if one is associated with the displayed item.\n" "\n -x, --export\n" " export user data to iCalendar format. Events, appointments and\n" "\ttodos are converted and echoed to stdout.\n" |