Add more ways to get help from the indent.sh script

This commit is contained in:
Hamish Coleman 2021-11-06 17:42:21 +00:00
parent e0ce73f684
commit 6bc08b8e0b

View File

@ -13,6 +13,7 @@ help() {
[ -z "$1" ] && help
[ "$1" = "-h" ] && help
[ "$1" = "--help" ] && help
INPLACE=0
if [ "$1" = "-i" ]; then