diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/calcurse.1.txt | 10 | ||||
-rw-r--r-- | doc/manual.txt | 5 |
2 files changed, 1 insertions, 14 deletions
diff --git a/doc/calcurse.1.txt b/doc/calcurse.1.txt index 78fd486..7b42b9a 100644 --- a/doc/calcurse.1.txt +++ b/doc/calcurse.1.txt @@ -88,16 +88,6 @@ today, tomorrow, and the day after tomorrow. The first form is equivalent to *-Q --filter-type cal --from <date>*, the second form is equivalent to *-Q --filter-type cal --days <num>*. + -The date format used is the one specified in the ``General options'' -menu. Four formats are available: -+ --- - 1. mm/dd/yyyy - 2. dd/mm/yyyy - 3. yyyy/mm/dd - 4. yyyy-mm-dd --- -+ 'Note:' as for the *-a* flag, the calendar from which to read the appointments can be specified using the *-c* flag. diff --git a/doc/manual.txt b/doc/manual.txt index 0740991..2ae53a7 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -196,9 +196,6 @@ days will be returned. As an example, typing `calcurse -d 3` will display your appointments for today, tomorrow, and the day after tomorrow. The first form is equivalent to `-Q --filter-type cal --from <date>`, the second form is equivalent to `-Q --filter-type cal --days <num>`. -Possible formats for specifying the date are defined inside the general -configuration menu (see <<options_general,General options>>), using the -`format.inputdate` variable. + Note: as for the `-a` flag, the calendar from which to read the appointments can be specified using the `-c` flag. @@ -968,7 +965,7 @@ These options control `calcurse` general behavior, as described below: `format.inputdate` (default: *1*):: This option indicates the format that will be used to enter dates in - *calcurse*. Four choices are available: + interactive mode. Four choices are available: + 1. mm/dd/yyyy 2. dd/mm/yyyy |