summary refs log tree commit diff
path: root/pounce.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-07 17:11:56 -0500
committerJune McEnroe <june@causal.agency>2020-01-07 17:18:01 -0500
commit821604a1075e7f2e75e04dfe9da2c27b2fb0d577 (patch)
treef02a5fd520c76d4d5318fffdfe751dfc52e57530 /pounce.1
parentIntercept client QUIT with no parameter (diff)
downloadpounce-821604a1075e7f2e75e04dfe9da2c27b2fb0d577.tar.gz
pounce-821604a1075e7f2e75e04dfe9da2c27b2fb0d577.zip
Rename -A and -Q to -y and -q
The other upper-case options are related to the listening side of
things, not the server side, so this is more consistent.

This is incompatible, but will fail loudly, and I expect these options
are more likely set in a configuration file, if they are set at all. I
also want to free up -A for setting a client CA, but assuming your away
message is not also an existing file path, that will continue to fail
loudly.
Diffstat (limited to 'pounce.1')
-rw-r--r--pounce.126
1 files changed, 13 insertions, 13 deletions
diff --git a/pounce.1 b/pounce.1
index eceb714..06ffc94 100644
--- a/pounce.1
+++ b/pounce.1
@@ -1,4 +1,4 @@
-.Dd December 8, 2019
+.Dd January 7, 2020
 .Dt POUNCE 1
 .Os
 .
@@ -9,12 +9,10 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl Nev
-.Op Fl A Ar away
 .Op Fl C Ar cert
 .Op Fl H Ar host
 .Op Fl K Ar priv
 .Op Fl P Ar port
-.Op Fl Q Ar quit
 .Op Fl U Ar unix
 .Op Fl W Ar pass
 .Op Fl a Ar auth
@@ -25,10 +23,12 @@
 .Op Fl k Ar priv
 .Op Fl n Ar nick
 .Op Fl p Ar port
+.Op Fl q Ar quit
 .Op Fl r Ar real
 .Op Fl s Ar size
 .Op Fl u Ar user
 .Op Fl w Ar pass
+.Op Fl y Ar away
 .Op Ar config ...
 .
 .Nm
@@ -68,11 +68,6 @@ following their corresponding flags.
 The arguments are as follows:
 .
 .Bl -tag -width Ds
-.It Fl A Ar mesg , Cm away = Ar mesg
-Set away status to
-.Ar mesg
-when no clients are connected.
-.
 .It Fl C Ar path , Cm cert = Ar path
 Load TLS certificate from
 .Ar path .
@@ -111,11 +106,6 @@ Bind to
 .Ar port .
 The default port is 6697.
 .
-.It Fl Q Ar mesg , Cm quit = Ar mesg
-Quit with message
-.Ar mesg
-when shutting down.
-.
 .It Fl U Ar path , Cm bind-path = Ar path
 Bind to a UNIX-domain socket at
 .Ar path .
@@ -210,6 +200,11 @@ Connect to
 .Ar port .
 The default port is 6697.
 .
+.It Fl q Ar mesg , Cm quit = Ar mesg
+Quit with message
+.Ar mesg
+when shutting down.
+.
 .It Fl r Ar real , Cm real = Ar real
 Set realname to
 .Ar real .
@@ -242,6 +237,11 @@ Prompt for a password
 and output a hash
 for use with
 .Fl W .
+.
+.It Fl y Ar mesg , Cm away = Ar mesg
+Set away status to
+.Ar mesg
+when no clients are connected.
 .El
 .
 .Pp