summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2015-09-03 23:06:28 +0000
committerDamien Miller <djm@mindrot.org>2020-05-29 14:48:02 +1000
commit0b0d219313bf9239ca043f20b1a095db0245588f (patch)
treee62f7f064f5ea193433e77ea762011d2847535a4 /regress
parent0f04c8467f589f85a523e19fd684c4f6c4ed9482 (diff)
partial sync of regress/netcat.c with upstream
synchronize synopsis and usage.
Diffstat (limited to 'regress')
-rw-r--r--regress/netcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/netcat.c b/regress/netcat.c
index 92ff98939..24395263f 100644
--- a/regress/netcat.c
+++ b/regress/netcat.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: netcat.c,v 1.130 2015/07/26 19:12:28 chl Exp $ */ 1/* $OpenBSD: netcat.c,v 1.131 2015/09/03 23:06:28 sobrado Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> 3 * Copyright (c) 2001 Eric Jackson <ericj@monkey.org>
4 * 4 *
@@ -1333,7 +1333,7 @@ usage(int ret)
1333{ 1333{
1334 fprintf(stderr, 1334 fprintf(stderr,
1335 "usage: nc [-46DdFhklNnrStUuvz] [-I length] [-i interval] [-O length]\n" 1335 "usage: nc [-46DdFhklNnrStUuvz] [-I length] [-i interval] [-O length]\n"
1336 "\t [-P proxy_username] [-p source_port] [-s source] [-T ToS]\n" 1336 "\t [-P proxy_username] [-p source_port] [-s source] [-T toskeyword]\n"
1337 "\t [-V rtable] [-w timeout] [-X proxy_protocol]\n" 1337 "\t [-V rtable] [-w timeout] [-X proxy_protocol]\n"
1338 "\t [-x proxy_address[:port]] [destination] [port]\n"); 1338 "\t [-x proxy_address[:port]] [destination] [port]\n");
1339 if (ret) 1339 if (ret)