aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/nc_bloaty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c
index 6b5b176c9..8594a67a6 100644
--- a/networking/nc_bloaty.c
+++ b/networking/nc_bloaty.c
@@ -57,7 +57,8 @@
57//usage:#define nc_trivial_usage 57//usage:#define nc_trivial_usage
58//usage: "[OPTIONS] HOST PORT - connect" 58//usage: "[OPTIONS] HOST PORT - connect"
59//usage: IF_NC_SERVER("\n" 59//usage: IF_NC_SERVER("\n"
60//usage: "nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen") 60//usage: "nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen"
61//usage: )
61//usage:#define nc_full_usage "\n\n" 62//usage:#define nc_full_usage "\n\n"
62//usage: "Options:" 63//usage: "Options:"
63//usage: "\n -e PROG Run PROG after connect (must be last)" 64//usage: "\n -e PROG Run PROG after connect (must be last)"