diff options
author | C. McEnroe | 2020-02-12 00:48:43 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-12 00:48:43 -0500 |
commit | d73085eaa93a0217a679556f7a37a80421877b69 (patch) | |
tree | 95f2e00f36dfdbc23d0ab55426d4e6b790dbf2e8 /catgirl.1 | |
parent | 3a325d3914e75bd079ad8df31ca4f39197519386 (diff) |
Allow for arguments to open/copy utilities
Diffstat (limited to 'catgirl.1')
-rw-r--r-- | catgirl.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1 index abb9dd7..7b0b308 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -53,6 +53,8 @@ The arguments are as follows: .It Fl C Ar util , Cm copy = Ar util Set the utility used by .Ic /copy . +Use more than once to add arguments to +.Ar util . The default is the first available of .Xr pbcopy 1 , .Xr wl-copy 1 , @@ -66,6 +68,8 @@ the nick color hash function. .It Fl O Ar util , Cm open = Ar util Set the utility used by .Ic /open . +Use more than once to add arguments to +.Ar util . The default is the first available of .Xr open 1 , .Xr xdg-open 1 . |