diff options
author | June McEnroe <june@causal.agency> | 2018-12-02 23:08:49 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-12-02 23:08:49 -0500 |
commit | 0e1297e068258baba6e26265d81b93bda71be8b2 (patch) | |
tree | d0e953245129e195fe59f14fe6d12f9a92365efc /catgirl.1 | |
parent | Send automated messages to TagStatus with UICold (diff) | |
download | catgirl-0e1297e068258baba6e26265d81b93bda71be8b2.tar.gz catgirl-0e1297e068258baba6e26265d81b93bda71be8b2.zip |
Add -r option for realname
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1 index 3c17bc7..ef15890 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -15,6 +15,7 @@ .Op Fl l Ar path .Op Fl n Ar nick .Op Fl p Ar port +.Op Fl r Ar real .Op Fl u Ar user .Op Fl w Ar pass . @@ -64,6 +65,12 @@ Connect to .Ar port . The default port is 6697. . +.It Fl r Ar real +Set realname to +.Ar real . +The default realname is +the same as the nickname. +. .It Fl u Ar user Set username to .Ar user . |