mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
base-files: Add wifi config to wifi command usage
Since commit 5f8f8a3661
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>
This commit is contained in:
parent
cff47cacd1
commit
8bb839e85a
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Usage: $0 [down|detect|reload|status]
|
Usage: $0 [config|down|reload|status]
|
||||||
enables (default), disables or detects a wifi configuration.
|
enables (default), disables or configures devices not yet configured.
|
||||||
EOF
|
EOF
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user