diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2019-02-24 12:49:32 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2019-02-24 12:50:11 +0100 |
commit | 90b91d92dbb259e5195f5a45b015ae73875f97e3 (patch) | |
tree | 84be90e82f2ed5047f35cbc9bc143e9b37be0c67 | |
parent | e72d9849060e60740c8146df2507edcfb9bb730f (diff) | |
download | calcurse-90b91d92dbb259e5195f5a45b015ae73875f97e3.tar.gz calcurse-90b91d92dbb259e5195f5a45b015ae73875f97e3.zip |
Fix note on -P in the 4.4.0 release notes
Reported-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rw-r--r-- | CHANGES.md | 4 | ||||
-rw-r--r-- | doc/calcurse.1.txt | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -6,7 +6,9 @@ Version 4.4.0 (2019-02-21) - Compatibility notes: - * The -F option was renamed to -P; please use -P instead. + * The -F option is superseded by -P which can be used to *remove* certain + entries from the data file (instead of keeping them). Please consult the + man page for details. - New features: diff --git a/doc/calcurse.1.txt b/doc/calcurse.1.txt index b690e2d..4d202c8 100644 --- a/doc/calcurse.1.txt +++ b/doc/calcurse.1.txt @@ -203,7 +203,7 @@ displays those for yesterday and today. The first form is equivalent to *-Q *-F*, *--filter*:: Deprecated, see <<_purge,-P, --purge>>. Note that this option is for backward compatibility and not the same as *-P* (it does not use the invert - filter option. + filter option). *-g*, *--gc*:: Run the garbage collector for note files. The garbage collector removes |