Bob Mottram il y a 9 ans
Parent
révision
f9a5439177
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1
    5
      src/freedombone-client

+ 1
- 5
src/freedombone-client Voir le fichier

244
 
244
 
245
 function show_help {
245
 function show_help {
246
     echo ''
246
     echo ''
247
-    echo 'freedombone-client --bridge-ip [mesh bridge IPv6 address]'
247
+    echo 'freedombone-client'
248
     echo ''
248
     echo ''
249
     exit 0
249
     exit 0
250
 }
250
 }
269
 mesh_batman
269
 mesh_batman
270
 mesh_babel
270
 mesh_babel
271
 echo 'Configuration complete'
271
 echo 'Configuration complete'
272
-if [[ $BRIDGE_BATMAN_IPV6 ]]; then
273
-    echo ''
274
-    echo 'Type "sudo mesh" to connect to the mesh network'
275
-fi
276
 exit 0
272
 exit 0