diff options
author | Denys Vlasenko | 2010-08-07 14:02:26 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-08-07 14:02:26 +0200 |
commit | 58a15cd9d2765e9b9bca6b71ad9713bcc3784821 (patch) | |
tree | 168da25f51ad1f87e20770eef6eb98cc36f98a8a /networking/udhcp/Config.src | |
parent | 0d98b4409bef0f0c7b57965da0e8d93344445529 (diff) | |
download | busybox-58a15cd9d2765e9b9bca6b71ad9713bcc3784821.zip busybox-58a15cd9d2765e9b9bca6b71ad9713bcc3784821.tar.gz |
Fix a typo in config text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/Config.src')
-rw-r--r-- | networking/udhcp/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index 331dffc..dcd493f 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src @@ -85,7 +85,7 @@ config UDHCP_DEBUG depends on UDHCPD || UDHCPC || DHCPRELAY help Verbosity can be increased with multiple -v options. - This options controls how high it can be cranked up. + This option controls how high it can be cranked up. Bigger values result in bigger code. Levels above 1 are very verbose and useful for debugging only. |