diff --git a/pages/linux/cal.md b/pages/linux/cal.md index 5377b31922..eb4cafffd0 100644 --- a/pages/linux/cal.md +++ b/pages/linux/cal.md @@ -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):