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,7 +250,7 @@ do
250 250
 				WIFI_HOTSPOT='yes'
251 251
 			fi			
252 252
 			;;
253
-        --wifinetworks)
253
+        --networks)
254 254
 			shift
255 255
 			WIFI_NETWORKS_FILE="$1"
256 256
 			;;