changed spacing
1 files changed, 1 insertions(+), 1 deletions(-) M retrieveRemoteCert.sh
M retrieveRemoteCert.sh => retrieveRemoteCert.sh +1 -1
@@ 22,7 22,7 @@ while getopts th:p: option; do case "${option}" in t) OPT_TOTEXT=${TOTEXT};; h) REMHOST=${OPTARG};; - p) REMPORT=${OPTARG};; + p) REMPORT=${OPTARG};; esac done if [ $OPTIND -eq 1 ]; then