Commit dfd5ab394264357782d3295872a181a409af96d6
Committed by
GitHub
1 parent
5cf35dae
tools/src/main/shell/*.sh: Expand tabs for consistency (#2548)
Showing
2 changed files
with
3 additions
and
3 deletions
@@ -20,7 +20,7 @@ usage() { | @@ -20,7 +20,7 @@ usage() { | ||
20 | echo "and imports server public key to client keystore" | 20 | echo "and imports server public key to client keystore" |
21 | echo "usage: ./client.keygen.sh [-p file]" | 21 | echo "usage: ./client.keygen.sh [-p file]" |
22 | echo " -p | --props | --properties file Properties file. default value is ./keygen.properties" | 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 | PROPERTIES_FILE=keygen.properties | 26 | PROPERTIES_FILE=keygen.properties |
@@ -23,7 +23,7 @@ usage() { | @@ -23,7 +23,7 @@ usage() { | ||
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" | 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 | echo " Default value is SERVER_KEYSTORE_DIR property from properties file" | 24 | echo " Default value is SERVER_KEYSTORE_DIR property from properties file" |
25 | echo " -p | --props | --properties file Properties file. default value is ./keygen.properties" | 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 | COPY=true; | 29 | COPY=true; |
@@ -155,4 +155,4 @@ if [[ $COPY = true ]]; then | @@ -155,4 +155,4 @@ if [[ $COPY = true ]]; then | ||
155 | fi | 155 | fi |
156 | fi | 156 | fi |
157 | fi | 157 | fi |
158 | -echo "Done." | ||
158 | +echo "Done." |