diff options
-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 8cb4b306e..5f4cb89cc 100644 --- a/networking/nc.c +++ b/networking/nc.c | |||
@@ -40,7 +40,7 @@ | |||
40 | //config: This option makes nc closely follow original nc-1.10. | 40 | //config: This option makes nc closely follow original nc-1.10. |
41 | //config: The code is about 2.5k bigger. It enables | 41 | //config: The code is about 2.5k bigger. It enables |
42 | //config: -s ADDR, -n, -u, -v, -o FILE, -z options, but loses | 42 | //config: -s ADDR, -n, -u, -v, -o FILE, -z options, but loses |
43 | //config: busybox-specific extensions: -f FILE and -ll. | 43 | //config: busybox-specific extensions: -f FILE. |
44 | 44 | ||
45 | #if ENABLE_NC_110_COMPAT | 45 | #if ENABLE_NC_110_COMPAT |
46 | # include "nc_bloaty.c" | 46 | # include "nc_bloaty.c" |