tools/src/main/shell/*.sh: Expand tabs for consistency (#2548)

This commit is contained in:
YAMAMOTO Takashi 2020-03-26 21:51:01 +09:00 committed by GitHub
parent 5cf35dae94
commit dfd5ab3942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ usage() {
echo "and imports server public key to client keystore"
echo "usage: ./client.keygen.sh [-p file]"
echo " -p | --props | --properties file Properties file. default value is ./keygen.properties"
echo " -h | --help | ? Show this message"
echo " -h | --help | ? Show this message"
}
PROPERTIES_FILE=keygen.properties

View File

@ -23,7 +23,7 @@ usage() {
echo " -d | --dir directory Server keystore directory, where the generated keystore file will be copied. If specified, overrides the value from the properties file"
echo " Default value is SERVER_KEYSTORE_DIR property from properties file"
echo " -p | --props | --properties file Properties file. default value is ./keygen.properties"
echo " -h | --help | ? Show this message"
echo " -h | --help | ? Show this message"
}
COPY=true;
@ -155,4 +155,4 @@ if [[ $COPY = true ]]; then
fi
fi
fi
echo "Done."
echo "Done."