diff options
author | June McEnroe <june@causal.agency> | 2022-09-19 20:58:21 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-09-19 20:58:21 -0400 |
commit | 4aa4e5d9b13190e94fe97664598f2dc70187a889 (patch) | |
tree | 14a28c7115c4527ede342515b0d97ec7549dffec /bin/man1 | |
parent | Publish Apologies (diff) | |
download | src-4aa4e5d9b13190e94fe97664598f2dc70187a889.tar.gz src-4aa4e5d9b13190e94fe97664598f2dc70187a889.zip |
Add when - to print all named dates
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/when.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/man1/when.1 b/bin/man1/when.1 index 64f51cae..3f2735f7 100644 --- a/bin/man1/when.1 +++ b/bin/man1/when.1 @@ -1,4 +1,4 @@ -.Dd August 15, 2022 +.Dd September 19, 2022 .Dt WHEN 1 .Os . @@ -9,6 +9,8 @@ .Sh SYNOPSIS .Nm .Op Ar expr +.Nm +.Cm - . .Sh DESCRIPTION .Nm @@ -18,6 +20,11 @@ If no is given, expressions are read from standard input. +If +.Cm - +is given, +the intervals between each named date +and today are printed. . .Pp The grammar is as follows: |