diff options
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -959,9 +959,13 @@ const char mv_usage[] = | |||
959 | 959 | ||
960 | #if defined BB_NC | 960 | #if defined BB_NC |
961 | const char nc_usage[] = | 961 | const 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 |