diff options
author | Lars Henriksen <LarsHenriksen@get2net.dk> | 2020-06-12 00:21:18 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2020-06-13 10:58:10 -0400 |
commit | 4ea59f23dc68071d24897679ffab78e11f2ad795 (patch) | |
tree | 76aa61d34961f8d31ddf3e56d33d4b9ce8d714b6 /doc | |
parent | fb0ebe0b8a4c7bcad942c4ebdeb555b35122ae96 (diff) | |
download | calcurse-4ea59f23dc68071d24897679ffab78e11f2ad795.tar.gz calcurse-4ea59f23dc68071d24897679ffab78e11f2ad795.zip |
Improve help texts for recurrence rules
Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/repeat.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/repeat.txt b/doc/repeat.txt index 5e3e435..584a442 100644 --- a/doc/repeat.txt +++ b/doc/repeat.txt @@ -19,7 +19,10 @@ three questions with which you specify the basic repetition characteristics: o until date: specifies a day after which the repetitions do not occur. To indicate an endless repetition, enter 0 (zero) or RETURN, and - the item will be repeated forever. + the item will be repeated forever. To obtain a specific + number of repetitions (a repeat count) enter '#' followed by + a number (e.g. #10); it will be turned into the appropriate + until date. For an advanced repetition you may, in addition to the basic characteristics, specify three lists of either days of the week, months of the year or days of |