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 | 5d083bea76c36eed0545b634d6ba9be333da2bda (patch) | |
tree | b0f25f343ae1898c3320917b729021214481ceac /bin/man1 | |
parent | Remove sbubby, etc. from plan (diff) | |
download | src-5d083bea76c36eed0545b634d6ba9be333da2bda.tar.gz src-5d083bea76c36eed0545b634d6ba9be333da2bda.zip |
Add -q flag to ever
Diffstat (limited to '')
-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 |