about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
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