diff options
author | June McEnroe <june@causal.agency> | 2020-02-08 21:21:21 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-08 21:21:21 -0500 |
commit | 2db17e83a914586fd351437ac5323713f1e66478 (patch) | |
tree | 4716c982f38bd57a1f5636c1606e894912b538ff /catgirl.1 | |
parent | Set FDs CLOEXEC (diff) | |
download | catgirl-2db17e83a914586fd351437ac5323713f1e66478.tar.gz catgirl-2db17e83a914586fd351437ac5323713f1e66478.zip |
Allow overriding the /open utility
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1 index f489d07..6129b71 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -9,6 +9,7 @@ .Sh SYNOPSIS .Nm .Op Fl ev +.Op Fl O Ar open .Op Fl a Ar auth .Op Fl c Ar cert .Op Fl h Ar host @@ -46,6 +47,13 @@ following their corresponding flags. .Pp The arguments are as follows: .Bl -tag -width Ds +.It Fl O Ar util , Cm open = Ar util +Set the command used by +.Ic /open . +The default is the first available of +.Xr open 1 , +.Xr xdg-open 1 . +. .It Fl a Ar user Ns : Ns Ar pass , Cm sasl-plain = Ar user Ns : Ns Ar pass Authenticate as .Ar user |