diff --git a/doc/sdate.1 b/doc/sdate.1 index da7d720..a793869 100644 --- a/doc/sdate.1 +++ b/doc/sdate.1 @@ -21,6 +21,8 @@ sdate \- never ending September date .B sdate .B [\-e|\-\-epoch .IB yyyy-mm] +.B [\-c|\-\-covid +.IB vv] .B [\-l|\-\-lib .IB library] .BI [\-\-] @@ -40,6 +42,10 @@ mechanism of the dynamic loader. (See \fB\-e\fR \fIyyyy-mm\fR, \fB\-\-epoch\fR \fIyyyy-mm\fR Specify an alternative epoch, default is 1993-09. .TP +\fB\-c\fR \fIvv\fR, \fB\-\-covid\fR \fIvv\fR +Enable COVID mode, for the specified variant. Sets epoch to +an appropriate value for the variant. +.TP \fB\-l\fR \fIlibrary\fR, \fB\-\-lib\fR \fIlibrary\fR Specify an alternative wrapper library. .TP diff --git a/scripts/sdate.in b/scripts/sdate.in index 4a57aaa..deba20a 100755 --- a/scripts/sdate.in +++ b/scripts/sdate.in @@ -3,8 +3,8 @@ usage () { cat - >&2 <