From 15dc6ec45285f8bc9af3702965e83532f1011b0c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Feb 2022 22:37:24 +0100 Subject: support ISO week notation in -d --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README') 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 -- cgit 1.4.1