From 6bc08b8e0bc2cf7b727fc9c98e0954730e097983 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sat, 6 Nov 2021 17:42:21 +0000 Subject: [PATCH] Add more ways to get help from the indent.sh script --- scripts/indent.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/indent.sh b/scripts/indent.sh index 50d38ba..90d977a 100755 --- a/scripts/indent.sh +++ b/scripts/indent.sh @@ -13,6 +13,7 @@ help() { [ -z "$1" ] && help [ "$1" = "-h" ] && help +[ "$1" = "--help" ] && help INPLACE=0 if [ "$1" = "-i" ]; then