Document removal of the "-N" command line option

This option was removed in 6b95f7b67d.
Update the usage message, the man page and the manual accordingly.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2012-05-17 16:38:40 +02:00
parent 43282fcbee
commit 7c7c65d194
3 changed files with 9 additions and 13 deletions

View File

@@ -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
<<basics_format_strings,Format strings>> section on how to print note along
with appointments and events.
[[basics_format_strings]]
Format strings
^^^^^^^^^^^^^^