about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index ee15776..9f0a548 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]]]
 
 DESCRIPTION
      The wcal utility prints a week-oriented calendar.  Each week is prefixed
@@ -24,8 +24,9 @@ DESCRIPTION
 
      -i      Show the calendar starting from the current week indefinitely.
 
-     -d YYYY-MM-DDD
-             Show the calendar for a different date than today.
+     -d YYYY[-MM[-DD]]
+             Show the calendar for a different date than today.  Implies -y in
+             case only a year is passed.
 
 EXIT STATUS
      The wcal utility exits 0 on success, and >0 if an error occurs.