projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff47ca
)
base-files: Add wifi config to wifi command usage
author
David Pinilla Caparrós
<
[email protected]
>
Mon, 30 Jan 2017 14:15:08 +0000
(15:15 +0100)
committer
Jo-Philipp Wich
<
[email protected]
>
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 <
[email protected]
>
package/base-files/files/sbin/wifi
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/wifi
b/package/base-files/files/sbin/wifi
index f2845c82f6f35354c3c4245d1b98d1f70633720c..c65cb5ed991b02d7ff6ad4ed38e86160e2831a54 100755
(executable)
--- a/
package/base-files/files/sbin/wifi
+++ b/
package/base-files/files/sbin/wifi
@@
-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
}