diff options
author | June McEnroe <june@causal.agency> | 2022-04-03 22:11:43 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-04-03 22:11:43 -0400 |
commit | 89c631a0c85080a17f57bd00adaa1d7847a0a658 (patch) | |
tree | e5327829aa5f4c0fc70c9054da552ad67c64fb56 /extra/edit/pounce-edit.1 | |
parent | edit: Implement completely unchecked (diff) | |
download | pounce-89c631a0c85080a17f57bd00adaa1d7847a0a658.tar.gz pounce-89c631a0c85080a17f57bd00adaa1d7847a0a658.zip |
edit: Validate options
Diffstat (limited to 'extra/edit/pounce-edit.1')
-rw-r--r-- | extra/edit/pounce-edit.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/extra/edit/pounce-edit.1 b/extra/edit/pounce-edit.1 index eb66a95..0a70665 100644 --- a/extra/edit/pounce-edit.1 +++ b/extra/edit/pounce-edit.1 @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl v +.Op Fl av .Op Fl c Ar cert .Op Fl h Ar host .Op Fl k Ar priv @@ -38,6 +38,13 @@ in the same manner as .Pp The options are as follows: .Bl -tag -width Ds +.It Fl a +Allow setting all options, +including those that +may render +.Xr pounce 1 +inoperable. +. .It Fl c Ar cert Load the TLS client certificate from .Ar cert . |