base-files: Add wifi config to wifi command usage
authorDavid Pinilla Caparrós <dpinitux@gmail.com>
Mon, 30 Jan 2017 14:15:08 +0000 (15:15 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 1 Mar 2017 19:37:36 +0000 (20:37 +0100)
Since commit 5f8f8a366136a07df661e31decce2458357c167a wifi detect does
not longer work and wifi config it's used to configure not yet
configured wireless devices.

This commit changes command usage to reflect that change.

Signed-off-by: David Pinilla Caparrós <dpinitux@gmail.com>
package/base-files/files/sbin/wifi

index f2845c82f6f35354c3c4245d1b98d1f70633720c..c65cb5ed991b02d7ff6ad4ed38e86160e2831a54 100755 (executable)
@@ -6,8 +6,8 @@
 
 usage() {
        cat <<EOF
-Usage: $0 [down|detect|reload|status]
-enables (default), disables or detects a wifi configuration.
+Usage: $0 [config|down|reload|status]
+enables (default), disables or configures devices not yet configured.
 EOF
        exit 1
 }