diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2025-01-06 06:53:07 -0700 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-01-06 07:38:01 -0700 |
| commit | d5db964a4cd5ed2bce5e8724b800f6cb425df258 (patch) | |
| tree | ee52f10d672f6877cdb062d2fd2509e83daecd61 /vis-clipboard | |
| parent | 824a7d19ae5bdc8eb6b3d61a591dc26d33ab3a38 (diff) | |
| download | vis-d5db964a4cd5ed2bce5e8724b800f6cb425df258.tar.gz vis-d5db964a4cd5ed2bce5e8724b800f6cb425df258.tar.xz | |
scripts: make option listing more consistent
Diffstat (limited to 'vis-clipboard')
| -rwxr-xr-x | vis-clipboard | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/vis-clipboard b/vis-clipboard index 0f9e90b..769c96d 100755 --- a/vis-clipboard +++ b/vis-clipboard @@ -13,9 +13,12 @@ vc_usage() { Copy/paste clipboard interface with support on all provided platforms. -Available selections: clipboard, primary - -Example: $(basename "$0") --copy --selection primary" +Options: + --copy copy text from standard input + --paste paste text to standard output + --usable silently exit with a status code indicating if a supported + clipboard implementation was found + --selection take input from sel. valid options: clipboard, primary" } vc_determine_command() { |
