summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-09-23 13:34:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-09-23 13:34:44 +0000
commitf824b33ee2bfbb04fb54714695c027ed70ffa09b (patch)
tree82b419dbd1b6931a90eb8f0057fa4b422136e967 /usr.bin/ssh/sftp.c
parent34321fc75ac9214811bf0255311b147923453fda (diff)
add [-l limit] to usage();
Diffstat (limited to 'usr.bin/ssh/sftp.c')
-rw-r--r--usr.bin/ssh/sftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp.c b/usr.bin/ssh/sftp.c
index 9b0d9df0742..6bd4acbc4e3 100644
--- a/usr.bin/ssh/sftp.c
+++ b/usr.bin/ssh/sftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.c,v 1.126 2010/09/22 22:58:51 djm Exp $ */
+/* $OpenBSD: sftp.c,v 1.127 2010/09/23 13:34:43 jmc Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
*
@@ -2006,7 +2006,7 @@ usage(void)
fprintf(stderr,
"usage: %s [-1246Cpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"
" [-D sftp_server_path] [-F ssh_config] "
- "[-i identity_file]\n"
+ "[-i identity_file] [-l limit]\n"
" [-o ssh_option] [-P port] [-R num_requests] "
"[-S program]\n"
" [-s subsystem | sftp_server] host\n"