logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: f12aa6755642d5721629ed7130c4fb9f397c9bae
parent 7b1f1d6798585e8f7d67dc9da8b87e1150322af7
Author: Sertonix <sertonix@posteo.net>
Date:   Thu, 16 May 2024 19:47:16 +0000

tree.sh: fix usage message

Diffstat:

Mscripts/tree.sh2+-
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