More verbose onion build option #71

This commit is contained in:
Bob Mottram 2017-09-12 09:49:47 +01:00
parent a30668346a
commit 9a5eb8c89b
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ do
shift shift
VARIANT="$1" VARIANT="$1"
;; ;;
-o|--onion) -o|--onion|--onion-addresses|--onion-addresses-only)
shift shift
ONION_ONLY="$1" ONION_ONLY="$1"
;; ;;