mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
cal: Add use case for spanning date (#1636)
This commit is contained in:
commit
1439e7a9a4
1 changed files with 5 additions and 5 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
`cal`
|
||||
|
||||
- Display previous, current and next month:
|
||||
|
||||
`cal --three`
|
||||
|
||||
- Use monday as the first day of the week:
|
||||
|
||||
`cal -m`
|
||||
|
||||
- Display a calendar for the current year:
|
||||
|
||||
`cal -y`
|
||||
`cal --monday`
|
||||
|
||||
- Display a calendar for a specific year (4 digits):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue