diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-08 13:03:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-08 13:03:48 +0100 |
commit | 999e442d5c11e97b7dfd6cadbbab30f7ac1dc6ce (patch) | |
tree | 35c266849bf4dd50068900dff80588d44d465466 | |
parent | f422a722bb7c0b39a086255380c87eb4ba7af45b (diff) | |
download | busybox-w32-999e442d5c11e97b7dfd6cadbbab30f7ac1dc6ce.tar.gz busybox-w32-999e442d5c11e97b7dfd6cadbbab30f7ac1dc6ce.tar.bz2 busybox-w32-999e442d5c11e97b7dfd6cadbbab30f7ac1dc6ce.zip |
ifplugd: clarify -a in help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 05ee6ad09..8c11ac466 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1825,7 +1825,7 @@ | |||
1825 | "\n -i IFACE Interface" \ | 1825 | "\n -i IFACE Interface" \ |
1826 | "\n -f/-F Treat link detection error as link down/link up" \ | 1826 | "\n -f/-F Treat link detection error as link down/link up" \ |
1827 | "\n (otherwise exit on error)" \ | 1827 | "\n (otherwise exit on error)" \ |
1828 | "\n -a Don't up interface automatically" \ | 1828 | "\n -a Don't up interface at each link probe" \ |
1829 | "\n -M Monitor creation/destruction of interface" \ | 1829 | "\n -M Monitor creation/destruction of interface" \ |
1830 | "\n (otherwise it must exist)" \ | 1830 | "\n (otherwise it must exist)" \ |
1831 | "\n -r PROG Script to run" \ | 1831 | "\n -r PROG Script to run" \ |