From e33679eb838895122430d0ec30967c5539f62b6b Mon Sep 17 00:00:00 2001 From: jmc Date: Tue, 28 Jun 2022 06:09:14 +0000 Subject: [PATCH] reflect the update to -D arg name in usage(); --- usr.bin/ssh/sftp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/sftp.c b/usr.bin/ssh/sftp.c index 995742f8df8..5c4b71d1fba 100644 --- a/usr.bin/ssh/sftp.c +++ b/usr.bin/ssh/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 * @@ -2328,7 +2328,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", -- 2.20.1