diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2022-06-28 06:09:14 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-07-01 10:37:46 +1000 |
commit | 33efac790f6b09d54894ba6c3e17dfb08b6fc7e1 (patch) | |
tree | 64f04037cca54485fb0dcf0fbba55e8108f03c3c /sftp.c | |
parent | c71a1442d02f0a3586109dfe2cb366de36dee08e (diff) | |
download | openssh-git-33efac790f6b09d54894ba6c3e17dfb08b6fc7e1.tar.gz |
upstream: reflect the update to -D arg name in usage();
OpenBSD-Commit-ID: abdcde4f92b1ef094ae44210ee99d3b0155aad9c
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.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", |