summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pounce.118
1 files changed, 9 insertions, 9 deletions
diff --git a/pounce.1 b/pounce.1
index e5cf425..2058052 100644
--- a/pounce.1
+++ b/pounce.1
@@ -9,20 +9,20 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl Nev
-.Op Fl A Ar mesg
-.Op Fl C Ar path
+.Op Fl A Ar away
+.Op Fl C Ar cert
 .Op Fl H Ar host
-.Op Fl K Ar path
+.Op Fl K Ar priv
 .Op Fl P Ar port
-.Op Fl Q Ar mesg
-.Op Fl U Ar path
+.Op Fl Q Ar quit
+.Op Fl U Ar unix
 .Op Fl W Ar pass
 .Op Fl a Ar auth
-.Op Fl c Ar path
-.Op Fl f Ar path
+.Op Fl c Ar cert
+.Op Fl f Ar save
 .Op Fl h Ar host
-.Op Fl j Ar chan
-.Op Fl k Ar path
+.Op Fl j Ar join
+.Op Fl k Ar priv
 .Op Fl n Ar nick
 .Op Fl p Ar port
 .Op Fl r Ar real
0:23:05 -0500'>2019-11-09Remove extended-join and invite-notifyJune McEnroe 2019-11-09Maintain stateCaps and offer them to clientsJune McEnroe 2019-11-09Parse capabilitiesJune McEnroe 2019-11-09Avoid the reserved _A names with BIT macroJune McEnroe 2019-11-09Define macro for bit flag enumsJune McEnroe 2019-11-08Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe 2019-11-08Only change AWAY status for registered clientsJune McEnroe 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe