Fix cal command week-start example (#2040)

This commit is contained in:
Joseph T. Lyons 2020-06-24 01:15:19 -04:00 committed by GitHub
parent c56cbd0f6b
commit 72f7406057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ Use `cal` to display a calendar.
```
```shell
> cal -ymq --month-names --week-start-day monday
> cal -ymq --month-names --week-start monday
───┬──────┬─────────┬───────┬────────┬─────────┬───────────┬──────────┬────────┬──────────┬────────
# │ year │ quarter │ month │ monday │ tuesday │ wednesday │ thursday │ friday │ saturday │ sunday
───┼──────┼─────────┼───────┼────────┼─────────┼───────────┼──────────┼────────┼──────────┼────────