about summary refs log tree commit diff
path: root/wcal.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-02-19 22:37:24 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-02-19 22:37:24 +0100
commit15dc6ec45285f8bc9af3702965e83532f1011b0c (patch)
tree03d94f6d7583f4464c765d21af529c4c1cac7c1d /wcal.1
parent6dc570e657d6cac10aa2af9c259df6c2cdb4ae02 (diff)
downloadwcal-15dc6ec45285f8bc9af3702965e83532f1011b0c.tar.gz
wcal-15dc6ec45285f8bc9af3702965e83532f1011b0c.tar.xz
wcal-15dc6ec45285f8bc9af3702965e83532f1011b0c.zip
support ISO week notation in -d HEAD master
Diffstat (limited to 'wcal.1')
-rw-r--r--wcal.16
1 files changed, 5 insertions, 1 deletions
diff --git a/wcal.1 b/wcal.1
index 60142bd..6ad706d 100644
--- a/wcal.1
+++ b/wcal.1
@@ -1,4 +1,4 @@
-.Dd January 30, 2021
+.Dd Feburary 19, 2022
 .Dt WCAL 1
 .Os
 .Sh NAME
@@ -8,6 +8,7 @@
 .Nm
 .Op Fl 13yci
 .Op Fl d Ar YYYY Ns Op Ar -MM Ns Op Ar -DD
+.Op Fl d Ar YYYY Ns Ar - Ns Cm W Ns Ar WW Ns Op Ar -D
 .Sh DESCRIPTION
 The
 .Nm
@@ -35,6 +36,9 @@ Show the calendar for a different date than today.
 Implies
 .Fl y
 in case only a year is passed.
+.It Fl d Ar YYYY Ns Ar - Ns Cm W Ns Ar WW Ns Op Ar -D
+Show the calendar for a different date (ISO week notation) than today.
+Defaults to Monday if no week day is given.
 .El
 .Sh EXIT STATUS
 .Ex -std