cal: add -3 example (#2716)

This commit is contained in:
Kefei Lu 2019-01-26 20:49:38 -08:00 committed by Agniva De Sarker
parent 5282b17d36
commit 66fce39b37
2 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@
- Display previous, current and next month:
`cal --three`
`cal -3`
- Use monday as the first day of the week:

View File

@ -6,6 +6,10 @@
`cal`
- Display previous, current and next month:
`cal -3`
- Display a calendar for a specific month (1-12 or name):
`cal -m {{month}}`