summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSertonix <sertonix@posteo.net>2024-05-16 19:47:16 +0000
committerMichael Forney <mforney@mforney.org>2024-08-09 21:51:46 -0700
commitf12aa6755642d5721629ed7130c4fb9f397c9bae (patch)
tree6eb782477cfeb249f6d438ff69f4ebc26cb4a90e /scripts
parent7b1f1d6798585e8f7d67dc9da8b87e1150322af7 (diff)
tree.sh: fix usage message
Diffstat (limited to 'scripts')
-rw-r--r--scripts/tree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tree.sh b/scripts/tree.sh
index 204f1c1b..20492729 100644
--- a/scripts/tree.sh
+++ b/scripts/tree.sh
@@ -1,7 +1,7 @@
set -e
if [ "$#" != 4 ] ; then
- echo 'usage: commit.sh repo tag index out' >&2
+ echo 'usage: tree.sh repo tag index out' >&2
exit 2
fi