diff options
author | June McEnroe <june@causal.agency> | 2020-02-10 05:50:28 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-10 05:50:28 -0500 |
commit | 0d93e66a68ded28440e20cd7012b4e8b0c705fc6 (patch) | |
tree | 110b83877027e09361e2d361e94a57ead6524fca /catgirl.1 | |
parent | Hash to colors in the range 2-75 (diff) | |
download | catgirl-0d93e66a68ded28440e20cd7012b4e8b0c705fc6.tar.gz catgirl-0d93e66a68ded28440e20cd7012b4e8b0c705fc6.zip |
Add -H
Diffstat (limited to 'catgirl.1')
-rw-r--r-- | catgirl.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1 index 5e333a8..15b387b 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 9, 2020 +.Dd February 10, 2020 .Dt CATGIRL 1 .Os . @@ -10,6 +10,7 @@ .Nm .Op Fl ev .Op Fl C Ar copy +.Op Fl H Ar hash .Op Fl O Ar open .Op Fl a Ar auth .Op Fl c Ar cert @@ -57,6 +58,10 @@ The default is the first available of .Xr xclip 1 , .Xr xsel 1 . . +.It Fl H Ar hash , Cm hash = Ar hash +Set the initial value of +the nick color hash function. +. .It Fl O Ar util , Cm open = Ar util Set the utility used by .Ic /open . |