mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
"pscp" was spelled "scp" in usage message
[originally from svn r497]
This commit is contained in:
parent
0793be4efe
commit
8bce06889d
6
scp.c
6
scp.c
@ -805,9 +805,9 @@ static void usage(void)
|
||||
{
|
||||
printf("PuTTY Secure Copy client\n");
|
||||
printf("%s\n", ver);
|
||||
printf("Usage: scp [options] [user@]host:source target\n");
|
||||
printf(" scp [options] source [source...] [user@]host:target\n");
|
||||
printf(" scp [options] -ls user@host:filespec\n");
|
||||
printf("Usage: pscp [options] [user@]host:source target\n");
|
||||
printf(" pscp [options] source [source...] [user@]host:target\n");
|
||||
printf(" pscp [options] -ls user@host:filespec\n");
|
||||
printf("Options:\n");
|
||||
printf(" -p preserve file attributes\n");
|
||||
printf(" -q quiet, don't show statistics\n");
|
||||
|
Loading…
Reference in New Issue
Block a user