h3consumption bugfix, Wi-Fi mode wasn't working

This commit is contained in:
Thomas Kaiser 2016-10-28 09:20:34 +02:00 committed by GitHub
parent aabe990378
commit 420757fd8a

View file

@ -144,7 +144,7 @@ CheckInstallation() {
} # CheckInstallation
ParseOptions() {
while getopts 'hHvVpPe:E:m:M:c:C:d:D:u:U:g:G:' c ; do
while getopts 'hHvVpPe:E:m:M:c:C:d:D:u:U:g:G:w:W:' c ; do
case ${c} in
H)
export FullUsage=TRUE