diff options
| author | Sertonix <sertonix@posteo.net> | 2024-05-16 19:47:16 +0000 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-08-09 21:51:46 -0700 |
| commit | f12aa6755642d5721629ed7130c4fb9f397c9bae (patch) | |
| tree | 6eb782477cfeb249f6d438ff69f4ebc26cb4a90e /scripts/tree.sh | |
| parent | 7b1f1d6798585e8f7d67dc9da8b87e1150322af7 (diff) | |
tree.sh: fix usage message
Diffstat (limited to 'scripts/tree.sh')
| -rw-r--r-- | scripts/tree.sh | 2 |
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 |
