summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/netcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/nc/netcat.c')
-rw-r--r--src/usr.bin/nc/netcat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/nc/netcat.c b/src/usr.bin/nc/netcat.c
index c4b524431b..503095584a 100644
--- a/src/usr.bin/nc/netcat.c
+++ b/src/usr.bin/nc/netcat.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: netcat.c,v 1.216 2020/01/26 23:47:57 beck Exp $ */ 1/* $OpenBSD: netcat.c,v 1.217 2020/02/12 14:46:36 schwarze Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> 3 * Copyright (c) 2001 Eric Jackson <ericj@monkey.org>
4 * Copyright (c) 2015 Bob Beck. All rights reserved. 4 * Copyright (c) 2015 Bob Beck. All rights reserved.
@@ -1822,7 +1822,7 @@ help(void)
1822 \t-R CAfile CA bundle\n\ 1822 \t-R CAfile CA bundle\n\
1823 \t-r Randomize remote ports\n\ 1823 \t-r Randomize remote ports\n\
1824 \t-S Enable the TCP MD5 signature option\n\ 1824 \t-S Enable the TCP MD5 signature option\n\
1825 \t-s source Local source address\n\ 1825 \t-s sourceaddr Local source address\n\
1826 \t-T keyword TOS value or TLS options\n\ 1826 \t-T keyword TOS value or TLS options\n\
1827 \t-t Answer TELNET negotiation\n\ 1827 \t-t Answer TELNET negotiation\n\
1828 \t-U Use UNIX domain socket\n\ 1828 \t-U Use UNIX domain socket\n\
@@ -1848,7 +1848,7 @@ usage(int ret)
1848 "\t [-i interval] [-K keyfile] [-M ttl] [-m minttl] [-O length]\n" 1848 "\t [-i interval] [-K keyfile] [-M ttl] [-m minttl] [-O length]\n"
1849 "\t [-o staplefile] [-P proxy_username] [-p source_port] " 1849 "\t [-o staplefile] [-P proxy_username] [-p source_port] "
1850 "[-R CAfile]\n" 1850 "[-R CAfile]\n"
1851 "\t [-s source] [-T keyword] [-V rtable] [-W recvlimit] " 1851 "\t [-s sourceaddr] [-T keyword] [-V rtable] [-W recvlimit] "
1852 "[-w timeout]\n" 1852 "[-w timeout]\n"
1853 "\t [-X proxy_protocol] [-x proxy_address[:port]] " 1853 "\t [-X proxy_protocol] [-x proxy_address[:port]] "
1854 "[-Z peercertfile]\n" 1854 "[-Z peercertfile]\n"