diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-07 14:56:50 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-07 14:56:50 +0100 |
commit | b8f0e8036deb529bba8f71c13b6c934ea14c4447 (patch) | |
tree | 9bee914392d010b90f63e5d60bb537623de5a78d | |
parent | ae47335dc4b5b8e9e43a3936274d6875238f0763 (diff) | |
download | busybox-w32-b8f0e8036deb529bba8f71c13b6c934ea14c4447.tar.gz busybox-w32-b8f0e8036deb529bba8f71c13b6c934ea14c4447.tar.bz2 busybox-w32-b8f0e8036deb529bba8f71c13b6c934ea14c4447.zip |
ifplugd: mention iff mode in help
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 c5707d8b4..05ee6ad09 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1837,7 +1837,7 @@ | |||
1837 | "\n -t SECS Poll time in seconds" \ | 1837 | "\n -t SECS Poll time in seconds" \ |
1838 | "\n -u SECS Delay before running script after link up" \ | 1838 | "\n -u SECS Delay before running script after link up" \ |
1839 | "\n -d SECS Delay after link down" \ | 1839 | "\n -d SECS Delay after link down" \ |
1840 | "\n -m MODE API mode (mii, priv, ethtool, wlan, auto)" \ | 1840 | "\n -m MODE API mode (mii, priv, ethtool, wlan, iff, auto)" \ |
1841 | "\n -k Kill running daemon" \ | 1841 | "\n -k Kill running daemon" \ |
1842 | 1842 | ||
1843 | #define ifup_trivial_usage \ | 1843 | #define ifup_trivial_usage \ |