Add -ls to online help bit
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 4 Apr 2000 14:40:44 +0000 (14:40 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 4 Apr 2000 14:40:44 +0000 (14:40 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@436 cda61777-01e9-0310-a592-d414129be87e

scp.c

diff --git a/scp.c b/scp.c
index cb0b853..0bc0f58 100644 (file)
--- a/scp.c
+++ b/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");