diff options
author | June McEnroe <june@causal.agency> | 2019-09-16 17:41:18 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-09-16 17:41:18 -0400 |
commit | 5cf4beec7a00580c2d9b975075ae38edf0886c18 (patch) | |
tree | 725dd9127d09060def6ccdb00ef4b93b0449cdf4 /catgirl.1 | |
parent | Use /etc/ssl/cert.pem in chroot (diff) | |
download | catgirl-5cf4beec7a00580c2d9b975075ae38edf0886c18.tar.gz catgirl-5cf4beec7a00580c2d9b975075ae38edf0886c18.zip |
Remove -W WEBIRC option
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/catgirl.1 b/catgirl.1 index 27b103b..f0f1422 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -9,7 +9,6 @@ .Sh SYNOPSIS .Nm .Op Fl NPRv -.Op Fl W Ar pass .Op Fl a Ar auth .Op Fl h Ar host .Op Fl j Ar chan @@ -44,15 +43,6 @@ Restrict the use of the .Ic /raw commands. . -.It Fl W Ar pass -Send -.Cm WEBIRC -command with -.Ar pass . -See -.Sx ENVIRONMENT -for details. -. .It Fl a Ar auth Authenticate with SASL PLAIN. .Ar auth @@ -350,20 +340,7 @@ Scroll window up by one line. .El . .Sh ENVIRONMENT -.Bl -tag -width SSH_CLIENT -.It Ev SSH_CLIENT -If -.Fl W -is passed and -.Ev SSH_CLIENT -is set, -the -.Cm WEBIRC -command is used -to set the hostname -to the first word of -.Ev SSH_CLIENT , -usually the client IP address. +.Bl -tag -width Ds .It Ev USER The default nickname. .El |