Fix config help text
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 28 Feb 2013 11:39:27 +0000 (12:39 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 28 Feb 2013 11:39:27 +0000 (12:39 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/nc.c

index 8cb4b30..5f4cb89 100644 (file)
@@ -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"