1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-16 02:27:32 -05:00

Minor fix in usage message

[originally from svn r3888]
This commit is contained in:
Jacob Nevins
2004-02-22 14:48:48 +00:00
parent 866cd6126c
commit 75588d1f1d
2 changed files with 3 additions and 3 deletions

2
scp.c
View File

@ -2049,7 +2049,7 @@ static void usage(void)
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(" pscp [options] -ls [user@]host:filespec\n");
printf("Options:\n");
printf(" -p preserve file attributes\n");
printf(" -q quiet, don't show statistics\n");