From 54f6fefe61ca4967fefb95228681a8f5385fa95b Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sat, 30 Nov 2024 01:53:34 +0000 Subject: [PATCH] Docs: pscp/plink now need -h/--help to print usage. As of ecfa6b2734. --- doc/plink.but | 6 +++--- doc/pscp.but | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/plink.but b/doc/plink.but index 8d2849b2..4719f057 100644 --- a/doc/plink.but +++ b/doc/plink.but @@ -34,12 +34,12 @@ to include a \c{set} command like the one above. This section describes the basics of how to use Plink for interactive logins and for automated processes. -Once you've got a console window to type into, you can just type -\c{plink} on its own to bring up a usage message. This tells you the +Once you've got a console window to type into, you can type +\c{plink --help} to bring up a usage message. This tells you the version of Plink you're using, and gives you a brief summary of how to use Plink: -\c C:\>plink +\c C:\>plink --help \c Plink: command-line connection utility \c Release 0.82 \c Usage: plink [options] [user@]host [command] diff --git a/doc/pscp.but b/doc/pscp.but index dbc04c85..94a5caf2 100644 --- a/doc/pscp.but +++ b/doc/pscp.but @@ -32,12 +32,12 @@ to include a \c{set} command like the one above. \H{pscp-usage} PSCP Usage -Once you've got a console window to type into, you can just type -\c{pscp} on its own to bring up a usage message. This tells you the +Once you've got a console window to type into, you can type +\c{pscp -h} to bring up a usage message. This tells you the version of PSCP you're using, and gives you a brief summary of how to use PSCP: -\c C:\>pscp +\c C:\>pscp -h \c PuTTY Secure Copy client \c Release 0.82 \c Usage: pscp [options] [user@]host:source target