diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-02 21:41:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-02 21:41:13 +0000 |
commit | 8460b38ab46103f133d6e6905ecd6a9c8e51503b (patch) | |
tree | b39518229b32d71fd3d87d3e4bedf430b6298d7d /usr.bin/ftp/main.c | |
parent | 43578852226c9aca974e471ab475d52ebb9869d8 (diff) |
add -Tu to usage();
Diffstat (limited to 'usr.bin/ftp/main.c')
-rw-r--r-- | usr.bin/ftp/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" |