1
0
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:
Simon Tatham 2000-04-04 14:40:44 +00:00
parent 0ac9df8251
commit 66f6a6dc24

1
scp.c
View File

@ -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");