summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
authordjm <djm>2013-10-17 23:17:17 +0000
committerdjm <djm>2013-10-17 23:17:17 +0000
commit6e245dc7c193a99413627d2c83ab305620df0edd (patch)
tree604e01710c2fb86c46d699838910326cd12fe729 /sftp.c
parentae9f7fbbe82b18b91adc960b7b81395fc2efe6fc (diff)
downloadopenssh-6e245dc7c193a99413627d2c83ab305620df0edd.tar.gz
- jmc@cvs.openbsd.org 2013/10/17 07:35:48
[sftp.1 sftp.c] tweak previous;
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index c316e1ed..abc689e8 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.c,v 1.156 2013/10/17 00:30:13 djm Exp $ */
+/* $OpenBSD: sftp.c,v 1.157 2013/10/17 07:35:48 jmc Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
*
@@ -2195,7 +2195,7 @@ usage(void)
extern char *__progname;
fprintf(stderr,
- "usage: %s [-1246aCpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"
+ "usage: %s [-1246aCfpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"
" [-D sftp_server_path] [-F ssh_config] "
"[-i identity_file] [-l limit]\n"
" [-o ssh_option] [-P port] [-R num_requests] "