diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-05-17 16:38:40 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-05-17 17:54:04 +0200 |
commit | 7c7c65d1945af07cdc8c81f847c83c6e94bce628 (patch) | |
tree | dd844f322103f4d98cd33c1c796293fa37b458ad /src | |
parent | 43282fcbee7f56d63cd3386423e3d990f81d211b (diff) | |
download | calcurse-7c7c65d1945af07cdc8c81f847c83c6e94bce628.tar.gz calcurse-7c7c65d1945af07cdc8c81f847c83c6e94bce628.zip |
Document removal of the "-N" command line option
This option was removed in 6b95f7b67dc8e29072fed4e05efa450422661348.
Update the usage message, the man page and the manual accordingly.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/args.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -62,7 +62,7 @@ static void usage (void) { const char *arg_usage = - _("Usage: calcurse [-g|-h|-v] [-N] [-an] [-t[num]] [-i<file>] [-x[format]]\n" + _("Usage: calcurse [-g|-h|-v] [-an] [-t[num]] [-i<file>] [-x[format]]\n" " [-d <date>|<num>] [-s[date]] [-r[range]]\n" " [-c<file> | -D<dir>] [-S<regex>] [--status]\n" " [--read-only]\n"); @@ -127,9 +127,6 @@ help_arg (void) " 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 -r[num], --range[=num]\n" " print events and appointments for the [num] number of days" "\n\tand exit. If no [num] is given, a range of 1 day is considered.\n" |