Browse Source

More verbose onion build option #71

Bob Mottram 7 years ago
parent
commit
9a5eb8c89b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image View File

@@ -391,7 +391,7 @@ do
391 391
             shift
392 392
             VARIANT="$1"
393 393
             ;;
394
-        -o|--onion)
394
+        -o|--onion|--onion-addresses|--onion-addresses-only)
395 395
             shift
396 396
             ONION_ONLY="$1"
397 397
             ;;