Browse Source

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

pull/947/head
Hamish Coleman 3 years ago
parent
commit
6bc08b8e0b
  1. 1
      scripts/indent.sh

1
scripts/indent.sh

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

Loading…
Cancel
Save