1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-08 05:13:32 +02:00

cal: Add use case

For clarity I changed "-m" to "--monday".
Also, I've removed the "cal -y" for simplicity.
You could just user "cal {year}" to get the same information.
This commit is contained in:
Nicolas Zachow 2017-11-19 00:59:51 -03:00 committed by GitHub
parent 1dbea9456b
commit 331400f964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):