FIX #717 -- doubel meaning fo '-h'

This commit is contained in:
Dirk 2017-04-19 19:46:54 +02:00
parent 869ec9b9c3
commit 7c676dfc63
1 changed files with 2 additions and 2 deletions

View File

@ -10852,7 +10852,7 @@ help() {
"$PROG_NAME <options>", where <options> is:
-h, --help what you're looking at
--help what you're looking at
-b, --banner displays banner + version of $PROG_NAME
-v, --version same as previous
-V, --local pretty print all local ciphers
@ -12266,7 +12266,7 @@ parse_cmd_line() {
while [[ $# -gt 0 ]]; do
case $1 in
-h|--help)
--help)
help 0
;;
-b|--banner|-v|--version)