Skip to content

Commit

Permalink
Add abbreviation for init-tls: init
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jan 20, 2021
1 parent da151ca commit 8a06774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easytls
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ opt_abbreviations ()
print "
Easy-TLS abbreviations:
init-tls - No abbreviation
init-tls - init
build-tls-auth - bta
build-tls-crypt - btc
build-tls-crypt-v2-server - btv2s | btcv2s
Expand Down Expand Up @@ -2919,7 +2919,7 @@ trap "exit 14" 15
cmd="$1"
[ -n "$1" ] && shift # scrape off command
case "$cmd" in
init-tls)
init|init-tls)
init_tls "$@" || \
die "Error: init_tls"
;;
Expand Down

0 comments on commit 8a06774

Please sign in to comment.