aboutsummaryrefslogtreecommitdiff
path: root/vis-open
diff options
context:
space:
mode:
Diffstat (limited to 'vis-open')
-rwxr-xr-xvis-open2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-open b/vis-open
index a47249f..b170f0c 100755
--- a/vis-open
+++ b/vis-open
@@ -7,7 +7,7 @@ PATTERN="."
while [ $# -gt 0 ]; do
case "$1" in
-h|--help)
- echo "usage: $0 [-h] [-p prompt] [file-pattern]"
+ echo "usage: $(basename $0) [-h] [-p prompt] [file-pattern]"
exit 0;
;;
-p)