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-open | |
| parent | 824a7d19ae5bdc8eb6b3d61a591dc26d33ab3a38 (diff) | |
| download | vis-d5db964a4cd5ed2bce5e8724b800f6cb425df258.tar.gz vis-d5db964a4cd5ed2bce5e8724b800f6cb425df258.tar.xz | |
scripts: make option listing more consistent
Diffstat (limited to 'vis-open')
| -rwxr-xr-x | vis-open | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -15,9 +15,10 @@ usage() { Interactively select a file to open --f always present the given arguments, even when there is only one --p prompt -file-pattern list of filenames and directories" +Options: + -f always present given arguments, even when there is only one + -p use prompt as prompt string + file-pattern list of filenames and directories" } # print a list of filenames on stdin and distinguish directories |
