mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
Fix cal command week-start example (#2040)
This commit is contained in:
parent
c56cbd0f6b
commit
72f7406057
@ -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
|
||||
───┼──────┼─────────┼───────┼────────┼─────────┼───────────┼──────────┼────────┼──────────┼────────
|
||||
|
Loading…
Reference in New Issue
Block a user