aboutsummaryrefslogtreecommitdiff
path: root/bin/vis
diff options
context:
space:
mode:
Diffstat (limited to 'bin/vis')
-rwxr-xr-xbin/vis4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/vis b/bin/vis
index a2114c5d..07ca8ced 100755
--- a/bin/vis
+++ b/bin/vis
@@ -14,8 +14,8 @@ self=vis
# Define a function to show usage
usage() {
- printf '%s: usage: %s [EDITOR_OPTS] [--] FILE1 [FILE2...]\n' \
- "$self" "$self"
+ printf 'USAGE: %s [EDITOR_OPTS] [--] FILE1 [FILE2...]\n' \
+ "$self"
}
# Process options, including detecting requests for help