commit 130185f
Sertonix
·
2024-05-16 19:47:16 +0000 UTC
parent e55f1cb
tree.sh: fix usage message
1 files changed,
+1,
-1
+1,
-1
1@@ -1,7 +1,7 @@
2 set -e
3
4 if [ "$#" != 4 ] ; then
5- echo 'usage: commit.sh repo tag index out' >&2
6+ echo 'usage: tree.sh repo tag index out' >&2
7 exit 2
8 fi
9