1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Docs: pscp/plink now need -h/--help to print usage.

As of ecfa6b2734.
This commit is contained in:
Jacob Nevins 2024-11-30 01:53:34 +00:00
parent ebe2453446
commit 54f6fefe61
2 changed files with 6 additions and 6 deletions

View File

@ -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 This section describes the basics of how to use Plink for
interactive logins and for automated processes. interactive logins and for automated processes.
Once you've got a console window to type into, you can just type Once you've got a console window to type into, you can type
\c{plink} on its own to bring up a usage message. This tells you the \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 version of Plink you're using, and gives you a brief summary of how to
use Plink: use Plink:
\c C:\>plink \c C:\>plink --help
\c Plink: command-line connection utility \c Plink: command-line connection utility
\c Release 0.82 \c Release 0.82
\c Usage: plink [options] [user@]host [command] \c Usage: plink [options] [user@]host [command]

View File

@ -32,12 +32,12 @@ to include a \c{set} command like the one above.
\H{pscp-usage} PSCP Usage \H{pscp-usage} PSCP Usage
Once you've got a console window to type into, you can just type Once you've got a console window to type into, you can type
\c{pscp} on its own to bring up a usage message. This tells you the \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 version of PSCP you're using, and gives you a brief summary of how to
use PSCP: use PSCP:
\c C:\>pscp \c C:\>pscp -h
\c PuTTY Secure Copy client \c PuTTY Secure Copy client
\c Release 0.82 \c Release 0.82
\c Usage: pscp [options] [user@]host:source target \c Usage: pscp [options] [user@]host:source target