From 8460b38ab46103f133d6e6905ecd6a9c8e51503b Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 2 Feb 2021 21:41:13 +0000 Subject: add -Tu to usage(); --- usr.bin/ftp/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ftp') diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c index dcae11a5b48..6af1f318854 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.136 2021/02/02 12:58:42 robert Exp $ */ +/* $OpenBSD: main.c,v 1.137 2021/02/02 21:41:12 jmc Exp $ */ /* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */ /* @@ -1081,7 +1081,7 @@ usage(void) " [-s sourceaddr] [host [port]]\n" " ftp [-C] [-N name] [-o output] [-s sourceaddr]\n" " ftp://[user:password@]host[:port]/file[/] ...\n" - " ftp [-C] [-c cookie] [-N name] [-o output] [-S ssl_options] " + " ftp [-CTu] [-c cookie] [-N name] [-o output] [-S ssl_options] " "[-s sourceaddr]\n" " [-U useragent] [-w seconds] " "http[s]://[user:password@]host[:port]/file ...\n" -- cgit v1.2.3