From 7c7c65d1945af07cdc8c81f847c83c6e94bce628 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 17 May 2012 16:38:40 +0200 Subject: 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 --- doc/calcurse.1.txt | 9 ++++----- doc/manual.txt | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/calcurse.1.txt b/doc/calcurse.1.txt index 4463c03..70049c7 100644 --- a/doc/calcurse.1.txt +++ b/doc/calcurse.1.txt @@ -42,7 +42,7 @@ Synopsis -------- [verse] -*calcurse* [*-h*|*-v*] [*-N*] [*-an*] [*-t*[num]] [*-c* | *-D*] +*calcurse* [*-h*|*-v*] [*-an*] [*-t*[num]] [*-c* | *-D*] [*-i*] [*-x*[format]] [*-d* |] [*-s*[date]] [*-r*[range]] [*-S* ] [*--status*] @@ -143,10 +143,6 @@ appointments can be specified using the *-c* flag. 'Note:' the calendar from which to read the appointments can be specified using the *-c* flag. -*-N*, *--note*:: - When used with the *-a* or *-t* flag, also print note content if one is - associated with the displayed item. - *-r*[num], *--range*[=num]:: Print events and appointments for the 'num' number of days and exit. If no 'num' is given, a range of 1 day is considered. @@ -193,6 +189,9 @@ such as: $ calcurse --export > my_data.dat ---- +'Note:' The *-N* option has been removed in calcurse 3.0.0. See the 'FORMAT +STRINGS' section on how to print note along with appointments and events. + Format strings -------------- diff --git a/doc/manual.txt b/doc/manual.txt index 17b45dd..70e7e4b 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -251,10 +251,6 @@ can be specified using the `-c` flag. Note: the calendar from which to read the appointments can be specified using the `-c` flag. -`-N, --note`:: - When used with the `-a` or `-t` flag, also print note content if one is - associated with the displayed item. - `-r[num], --range[=num]`:: Print events and appointments for the num number of days and exit. If no num is given, a range of 1 day is considered. @@ -301,6 +297,10 @@ such as: $ calcurse --export > my_data.dat ---- +NOTE: The `-N` option has been removed in calcurse 3.0.0. See the +<> section on how to print note along +with appointments and events. + [[basics_format_strings]] Format strings ^^^^^^^^^^^^^^ -- cgit v1.2.3-54-g00ecf