From 821604a1075e7f2e75e04dfe9da2c27b2fb0d577 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 7 Jan 2020 17:11:56 -0500 Subject: 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. --- pounce.1 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'pounce.1') 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 -- cgit 1.4.1 1fcc60&showmsg=1&follow=1'>www/causal.agency/scheme.sed (unfollow)
Commit message (Collapse)Author
2019-12-26Add \S to sort inside bracesJune McEnroe
2019-12-23Reformat music.txtJune McEnroe
2019-12-23Rename music.md to music.txtJune McEnroe
2019-12-23Add DO YOU DOUBT ME TRAITORJune McEnroe
2019-12-22Add license header to cgit CSSJune McEnroe
As requested. Funny that its license header capitalizes You.
2019-12-22Add The Book of EttaJune McEnroe
2019-12-21Revert "Add first working version of imbox"June McEnroe
Moved to <https://git.causal.agency/imbox>. This reverts commit 6aa7f2f6bf47fa9df9c749ce665171fa30800937.
2019-12-21Add first working version of imboxJune McEnroe
2019-12-20Respect mailmap in gl pretty formatJune McEnroe
2019-12-20Set LANG in cgit filtersJune McEnroe
ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars.
2019-12-20Source .editrc before applying -v or -eJune McEnroe
Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete.
2019-12-20Disable signing commitsJune McEnroe
Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos.
2019-12-19Ignore about-filterJune McEnroe
2019-12-19Fix matching make tags with no sourcesJune McEnroe
2019-12-19Avoid matching := assignments as tagsJune McEnroe
2019-12-18Hide line numbers when rendering mdocJune McEnroe
Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table.
2019-12-18Customize cgit CSSJune McEnroe
2019-12-18Use :target rather than :focus pseudo-classJune McEnroe
:target persists after you click on something else.
2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe
2019-12-18Add git.causal.agency cgit configJune McEnroe
2019-12-18Bail from hi if input is binaryJune McEnroe
NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc.
2019-12-16Post "cgit setup"June McEnroe