diff options
Diffstat (limited to 'Base')
-rw-r--r-- | Base/usr/share/man/man1/cal.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/cal.md b/Base/usr/share/man/man1/cal.md index 021826c9a6..4d99d9b30b 100644 --- a/Base/usr/share/man/man1/cal.md +++ b/Base/usr/share/man/man1/cal.md @@ -5,7 +5,7 @@ cal - Display a calendar ## Synopsis ```**sh -$ cal [[month] year] +$ cal [--starting-day weekday] [[month] year] ``` ## Description @@ -17,6 +17,10 @@ The current day is always highlighted. Days, months and years are specified with numbers. Week starts at Sunday. +## Options + +* `-s`, `--starting-day`: Specify which day should start the week. Accepts either short or long weekday names or indexes (0 being Sunday). + ## Examples ```sh |