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 /include | |
parent | ae47335dc4b5b8e9e43a3936274d6875238f0763 (diff) | |
download | busybox-b8f0e8036deb529bba8f71c13b6c934ea14c4447.tar.gz |
ifplugd: mention iff mode in help
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-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 @@ "\n -t SECS Poll time in seconds" \ "\n -u SECS Delay before running script after link up" \ "\n -d SECS Delay after link down" \ - "\n -m MODE API mode (mii, priv, ethtool, wlan, auto)" \ + "\n -m MODE API mode (mii, priv, ethtool, wlan, iff, auto)" \ "\n -k Kill running daemon" \ #define ifup_trivial_usage \ |