diff options
author | June McEnroe <june@causal.agency> | 2019-09-16 17:09:49 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-09-16 17:09:49 -0400 |
commit | 58a54e3b6b26827b979a1fe8d5bfe27eefdb46a9 (patch) | |
tree | 5dde175701cef896e9ed837cd54bceab5664c32b /catgirl.1 | |
parent | Add restricted mode (diff) | |
download | catgirl-58a54e3b6b26827b979a1fe8d5bfe27eefdb46a9.tar.gz catgirl-58a54e3b6b26827b979a1fe8d5bfe27eefdb46a9.zip |
Set default nick to USER unless -P
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/catgirl.1 b/catgirl.1 index 51f1c4f..27b103b 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl NRv +.Op Fl NPRv .Op Fl W Ar pass .Op Fl a Ar auth .Op Fl h Ar host @@ -33,6 +33,9 @@ The arguments are as follows: Send notifications with .Xr notify-send 1 . . +.It Fl P +Prompt for nickname. +. .It Fl R Restrict the use of the .Ic /join , @@ -83,6 +86,8 @@ in files named by date. .It Fl n Ar nick Set nickname to .Ar nick . +The default nickname +is the user's name. . .It Fl p Ar port Connect to @@ -114,14 +119,6 @@ Log in with .Ar pass . .El . -.Pp -If -.Fl h Ar host -or -.Fl n Ar nick -are not provided, -they will be prompted for. -. .Sh COMMANDS Any unique prefix may be used to abbreviate a command. @@ -367,6 +364,8 @@ to set the hostname to the first word of .Ev SSH_CLIENT , usually the client IP address. +.It Ev USER +The default nickname. .El . .Sh EXAMPLES |