]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: reflect the update to -D arg name in usage();
authorjmc@openbsd.org <jmc@openbsd.org>
Tue, 28 Jun 2022 06:09:14 +0000 (06:09 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 1 Jul 2022 00:37:46 +0000 (10:37 +1000)
OpenBSD-Commit-ID: abdcde4f92b1ef094ae44210ee99d3b0155aad9c

sftp.c

diff --git a/sftp.c b/sftp.c
index 7297e77c1b750819804f56f5f65204c7d39fda78..c880f1661dca7fbef7eedf9ec538fdca9779c4ff 100644 (file)
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.c,v 1.217 2022/06/27 21:41:55 djm Exp $ */
+/* $OpenBSD: sftp.c,v 1.218 2022/06/28 06:09:14 jmc Exp $ */
 /*
  * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
  *
@@ -2376,7 +2376,7 @@ usage(void)
 
        fprintf(stderr,
            "usage: %s [-46AaCfNpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"
-           "          [-D sftp_server_path] [-F ssh_config] [-i identity_file]\n"
+           "          [-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",