1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:42:07 +02:00

cal: Add use case for spanning date (#1636)

This commit is contained in:
Starbeamrainbowlabs 2017-11-27 17:54:41 +00:00 committed by GitHub
commit 1439e7a9a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
`cal` `cal`
- Display previous, current and next month:
`cal --three`
- Use monday as the first day of the week: - Use monday as the first day of the week:
`cal -m` `cal --monday`
- Display a calendar for the current year:
`cal -y`
- Display a calendar for a specific year (4 digits): - Display a calendar for a specific year (4 digits):