diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-02-19 22:37:24 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-02-19 22:37:24 +0100 |
commit | 15dc6ec45285f8bc9af3702965e83532f1011b0c (patch) | |
tree | 03d94f6d7583f4464c765d21af529c4c1cac7c1d /README | |
parent | 6dc570e657d6cac10aa2af9c259df6c2cdb4ae02 (diff) | |
download | wcal-master.tar.gz wcal-master.tar.xz wcal-master.zip |
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README index b19ab33..1bdfeeb 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ NAME wcal – ISO weekly calendar SYNOPSIS - wcal [-13yci] [-d YYYY[-MM[-DD]]] + wcal [-13yci] [-d YYYY[-MM[-DD]]] [-d YYYY-WWW[-D]] DESCRIPTION The wcal utility prints a week-oriented calendar. Each week is prefixed @@ -29,6 +29,10 @@ DESCRIPTION Show the calendar for a different date than today. Implies -y in case only a year is passed. + -d YYYY-WWW[-D] + Show the calendar for a different date (ISO week notation) than + today. Defaults to Monday if no week day is given. + EXIT STATUS The wcal utility exits 0 on success, and >0 if an error occurs. @@ -53,4 +57,4 @@ CAVEATS This program uses a proleptic Gregorian Calendar and may yield unexpected results before 1752. The year 0000 starts on a Saturday. -Void Linux January 30, 2021 Void Linux +Void Linux Feburary 19, 2022 Void Linux |