aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2019-11-18 12:57:54 +0100
committerDaniel Golle <daniel@makrotopia.org>2019-11-18 12:58:31 +0100
commitd89427662db940c1c441fe22b35b2a6504c9f172 (patch)
treec36eeffe86cb15aacaa151700111eaee2b16960c /package/base-files/files/sbin
parent567d08104efb28f22e2094c68cb470cf87a572c3 (diff)
downloadupstream-d89427662db940c1c441fe22b35b2a6504c9f172.tar.gz
upstream-d89427662db940c1c441fe22b35b2a6504c9f172.tar.bz2
upstream-d89427662db940c1c441fe22b35b2a6504c9f172.zip
base-files: include 'reconf' in help output of 'wifi' command
Reported-by: Dirk Brenken <dev@brenken.org> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/base-files/files/sbin')
-rwxr-xr-xpackage/base-files/files/sbin/wifi2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/sbin/wifi b/package/base-files/files/sbin/wifi
index 261d2fb500..a8b4451c60 100755
--- a/package/base-files/files/sbin/wifi
+++ b/package/base-files/files/sbin/wifi
@@ -6,7 +6,7 @@
usage() {
cat <<EOF
-Usage: $0 [config|up|down|reload|status]
+Usage: $0 [config|up|down|reconf|reload|status]
enables (default), disables or configures devices not yet configured.
EOF
exit 1