aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual.txt
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2012-05-17 16:38:40 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2012-05-17 17:54:04 +0200
commit7c7c65d1945af07cdc8c81f847c83c6e94bce628 (patch)
treedd844f322103f4d98cd33c1c796293fa37b458ad /doc/manual.txt
parent43282fcbee7f56d63cd3386423e3d990f81d211b (diff)
downloadcalcurse-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 'doc/manual.txt')
-rw-r--r--doc/manual.txt8
1 files changed, 4 insertions, 4 deletions
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
+<<basics_format_strings,Format strings>> section on how to print note along
+with appointments and events.
+
[[basics_format_strings]]
Format strings
^^^^^^^^^^^^^^