mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:15:24 +02:00
cal: add -3
example (#2716)
This commit is contained in:
parent
5282b17d36
commit
66fce39b37
2 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
- Display previous, current and next month:
|
||||
|
||||
`cal --three`
|
||||
`cal -3`
|
||||
|
||||
- Use monday as the first day of the week:
|
||||
|
||||
|
|
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue