diff options
author | June McEnroe <june@causal.agency> | 2021-02-24 21:37:24 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-24 21:37:24 -0500 |
commit | dccb8a7e4f2307ed45f03c34d4395db9e5f98846 (patch) | |
tree | ff8f3a2611fe54bf6bf668f7525ade955a232744 /bin/man1 | |
parent | Remove sbubby, etc. from plan (diff) | |
download | src-dccb8a7e4f2307ed45f03c34d4395db9e5f98846.tar.gz src-dccb8a7e4f2307ed45f03c34d4395db9e5f98846.zip |
Add -q flag to ever
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/ever.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/man1/ever.1 b/bin/man1/ever.1 index 7689c5fb..8cdab99b 100644 --- a/bin/man1/ever.1 +++ b/bin/man1/ever.1 @@ -1,4 +1,4 @@ -.Dd June 1, 2020 +.Dd February 24, 2021 .Dt EVER 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl i +.Op Fl iq .Ar .Ar command .Nm @@ -35,6 +35,8 @@ Attach the which was modified to the standard input of .Ar command . +.It Fl q +Suppress exit status output. .El . .Sh EXAMPLES |