diff options
Diffstat (limited to 'scripts')
| -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 |
