diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2022-12-16 07:52:48 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-01-03 07:53:05 +0100 |
commit | 4acfaabfae41badb9d334a2ee88c5c6ad041c0d5 (patch) | |
tree | e06c65a652570d12249c42946b5b487045a3271b /sftp.c | |
parent | upstream: add a -X option to both scp(1) and sftp(1) to allow (diff) | |
download | openssh-4acfaabfae41badb9d334a2ee88c5c6ad041c0d5.tar.xz openssh-4acfaabfae41badb9d334a2ee88c5c6ad041c0d5.zip |
upstream: add -X to usage();
OpenBSD-Commit-ID: 1bdc3df7de11d766587b0428318336dbffe4a9d0
Diffstat (limited to 'sftp.c')
-rw-r--r-- | sftp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: sftp.c,v 1.223 2022/12/16 03:40:03 djm Exp $ */ +/* $OpenBSD: sftp.c,v 1.224 2022/12/16 06:52:48 jmc Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> * @@ -2410,7 +2410,7 @@ usage(void) " [-D sftp_server_command] [-F ssh_config] [-i identity_file]\n" " [-J destination] [-l limit] [-o ssh_option] [-P port]\n" " [-R num_requests] [-S program] [-s subsystem | sftp_server]\n" - " destination\n", + " [-X sftp_option] destination\n", __progname); exit(1); } |