Browse Source

Consistent option name

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

+ 1
- 1
src/freedombone-image View File

250
 				WIFI_HOTSPOT='yes'
250
 				WIFI_HOTSPOT='yes'
251
 			fi			
251
 			fi			
252
 			;;
252
 			;;
253
-        --wifinetworks)
253
+        --networks)
254
 			shift
254
 			shift
255
 			WIFI_NETWORKS_FILE="$1"
255
 			WIFI_NETWORKS_FILE="$1"
256
 			;;
256
 			;;