Commit: 77af1125bf69bf8459a0a741af2b6caeaaf3c172 Parent: 37ba3a3294574c59fa4861ca0f362a890fdaaccc Author: Sertonix Date: Thu, 16 May 2024 19:47:16 +0000 tree.sh: fix usage message Diffstat:
M | scripts/tree.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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