diff options
author | June McEnroe <june@causal.agency> | 2019-10-28 01:48:34 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-28 01:48:34 -0400 |
commit | b1dc52c7d014c5b51d62f53b79d875861b27e3fe (patch) | |
tree | 18c3cbfa3cedc70b994eef4a781a758cbd138249 /pounce.1 | |
parent | Specify when command is allowed in Handlers list (diff) | |
download | pounce-b1dc52c7d014c5b51d62f53b79d875861b27e3fe.tar.gz pounce-b1dc52c7d014c5b51d62f53b79d875861b27e3fe.zip |
Add quit message option
Diffstat (limited to 'pounce.1')
-rw-r--r-- | pounce.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1 index 34f10d2..41555ed 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd October 27, 2019 +.Dd October 28, 2019 .Dt POUNCE 1 .Os . @@ -14,6 +14,7 @@ .Op Fl H Ar host .Op Fl K Ar priv .Op Fl P Ar port +.Op Fl Q Ar quit .Op Fl W Ar pass .Op Fl a Ar auth .Op Fl h Ar host @@ -80,6 +81,11 @@ Bind to local .Ar port . The default port is 6697. . +.It Fl Q Ar quit +Quit with message +.Ar quit +when shutting down. +. .It Fl W Ar pass Require the password .Ar pass |