]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Missed options off mput help
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 18 Dec 2004 10:46:21 +0000 (10:46 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 18 Dec 2004 10:46:21 +0000 (10:46 +0000)
[originally from svn r5010]

psftp.c

diff --git a/psftp.c b/psftp.c
index 0eedf9d2237a7fd2f1090b5261f3ddc2e92fd7af..9637e2e015a361c3378ec46ed0be2620a9e24408 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -1734,7 +1734,7 @@ static struct sftp_cmd_lookup {
     },
     {
        "mput", TRUE, "upload multiple files at once",
-           " <filename-or-wildcard> [ <filename-or-wildcard>... ]\n"
+           " [ -r ] [ -- ] <filename-or-wildcard> [ <filename-or-wildcard>... ]\n"
            "  Uploads many files to the server, storing each one under the\n"
            "  same name it has on the client side. You can use wildcards\n"
            "  such as \"*.c\" to specify lots of files at once.\n"