mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-10 15:48:06 -05:00
Add -ls to online help bit
[originally from svn r436]
This commit is contained in:
parent
0ac9df8251
commit
66f6a6dc24
1
scp.c
1
scp.c
@ -807,6 +807,7 @@ static void usage(void)
|
||||
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("Options:\n");
|
||||
printf(" -p preserve file attributes\n");
|
||||
printf(" -q quiet, don't show statistics\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user