diff options
| -rwxr-xr-x | subprojects/freeamo/freeamo | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/subprojects/freeamo/freeamo b/subprojects/freeamo/freeamo index abd8250..9ee84f3 100755 --- a/subprojects/freeamo/freeamo +++ b/subprojects/freeamo/freeamo @@ -151,11 +151,11 @@ Disabled options due to limited development time      --search-pages)          # This option is named after named after https://addons.mozilla.org/en-US/firefox/search/ -        freeamo_command="$0  --search-pages--download $debug_arg :" -        echo "  ↳$freeamo_command"; $freeamo_command +        freeamo_command="$0  --search-pages--download $debug_arg" +        echo "$freeamo_command"; $freeamo_command -        freeamo_command="$0  --search-pages--filter $debug_arg :" -        echo "  ↳$freeamo_command"; $freeamo_command +        freeamo_command="$0  --search-pages--filter $debug_arg" +        echo "$freeamo_command"; $freeamo_command          ;; @@ -177,11 +177,11 @@ Disabled options due to limited development time      --get-licenses) -        freeamo_command="$0  --get-licenses--download $debug_arg :" -        echo "  ↳$freeamo_command"; $freeamo_command +        freeamo_command="$0  --get-licenses--download $debug_arg" +        echo "$freeamo_command"; $freeamo_command -        freeamo_command="$0  --get-licenses--filter $debug_arg :" -        echo "  ↳$freeamo_command"; $freeamo_command +        freeamo_command="$0  --get-licenses--filter $debug_arg" +        echo "$freeamo_command"; $freeamo_command          ;; @@ -202,11 +202,11 @@ Disabled options due to limited development time      --get-add-ons) -        freeamo_command="$0  --get-add-ons--download $debug_arg :" -        echo "  ↳$freeamo_command"; $freeamo_command +        freeamo_command="$0  --get-add-ons--download $debug_arg" +        echo "$freeamo_command"; $freeamo_command -        freeamo_command="$0  --get-add-ons--filter $debug_arg :" -        echo "  ↳$freeamo_command"; $freeamo_command +        freeamo_command="$0  --get-add-ons--filter $debug_arg" +        echo "$freeamo_command"; $freeamo_command          ;; | 
