diff options
author | Denys Vlasenko | 2013-02-28 12:39:27 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-02-28 12:39:27 +0100 |
commit | ed954b68552efb0c496f01fc9de28a4adf0f2404 (patch) | |
tree | f9912b8059fb81417e32a267fe3f095a08495123 | |
parent | efd0698f74caab0a0c8a51228b923ee142e8e278 (diff) | |
download | busybox-ed954b68552efb0c496f01fc9de28a4adf0f2404.zip busybox-ed954b68552efb0c496f01fc9de28a4adf0f2404.tar.gz |
Fix config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/nc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nc.c b/networking/nc.c index 8cb4b30..5f4cb89 100644 --- a/networking/nc.c +++ b/networking/nc.c @@ -40,7 +40,7 @@ //config: This option makes nc closely follow original nc-1.10. //config: The code is about 2.5k bigger. It enables //config: -s ADDR, -n, -u, -v, -o FILE, -z options, but loses -//config: busybox-specific extensions: -f FILE and -ll. +//config: busybox-specific extensions: -f FILE. #if ENABLE_NC_110_COMPAT # include "nc_bloaty.c" |