Commit dfd5ab394264357782d3295872a181a409af96d6

Authored by YAMAMOTO Takashi
Committed by GitHub
1 parent 5cf35dae

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

... ... @@ -20,7 +20,7 @@ usage() {
20 20 echo "and imports server public key to client keystore"
21 21 echo "usage: ./client.keygen.sh [-p file]"
22 22 echo " -p | --props | --properties file Properties file. default value is ./keygen.properties"
23   - echo " -h | --help | ? Show this message"
  23 + echo " -h | --help | ? Show this message"
24 24 }
25 25
26 26 PROPERTIES_FILE=keygen.properties
... ...
... ... @@ -23,7 +23,7 @@ usage() {
23 23 echo " -d | --dir directory Server keystore directory, where the generated keystore file will be copied. If specified, overrides the value from the properties file"
24 24 echo " Default value is SERVER_KEYSTORE_DIR property from properties file"
25 25 echo " -p | --props | --properties file Properties file. default value is ./keygen.properties"
26   - echo " -h | --help | ? Show this message"
  26 + echo " -h | --help | ? Show this message"
27 27 }
28 28
29 29 COPY=true;
... ... @@ -155,4 +155,4 @@ if [[ $COPY = true ]]; then
155 155 fi
156 156 fi
157 157 fi
158   -echo "Done."
\ No newline at end of file
  158 +echo "Done."
... ...