diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-11-18 12:57:54 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-11-18 12:58:31 +0100 |
commit | d89427662db940c1c441fe22b35b2a6504c9f172 (patch) | |
tree | c36eeffe86cb15aacaa151700111eaee2b16960c /package | |
parent | 567d08104efb28f22e2094c68cb470cf87a572c3 (diff) | |
download | upstream-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')
-rwxr-xr-x | package/base-files/files/sbin/wifi | 2 |
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 |