aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/usage.c b/usage.c
index 215871b5a..1686910d5 100644
--- a/usage.c
+++ b/usage.c
@@ -959,9 +959,13 @@ const char mv_usage[] =
959 959
960#if defined BB_NC 960#if defined BB_NC
961const char nc_usage[] = 961const char nc_usage[] =
962 "nc [IP] [port]" 962 "nc [-p PORT] IP PORT\n"
963 " or: nc -l -p PORT"
963#ifndef BB_FEATURE_TRIVIAL_HELP 964#ifndef BB_FEATURE_TRIVIAL_HELP
964 "\n\nNetcat opens a pipe to IP:port" 965 "\n\nNetcat opens a pipe to IP:PORT\n"
966 "Options:\n"
967 "\t-l\tListen on the socket.\n"
968 "\t-p PORT\tBind the local port to PORT."
965#endif 969#endif
966 ; 970 ;
967#endif 971#endif