X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.c;h=9637e2e015a361c3378ec46ed0be2620a9e24408;hb=340afa273366858ad2a243b200a77b8fb3a1429a;hp=0eedf9d2237a7fd2f1090b5261f3ddc2e92fd7af;hpb=d64907553943e368130fec2076536a2d8c1adc79;p=PuTTY.git diff --git a/psftp.c b/psftp.c index 0eedf9d2..9637e2e0 100644 --- a/psftp.c +++ b/psftp.c @@ -1734,7 +1734,7 @@ static struct sftp_cmd_lookup { }, { "mput", TRUE, "upload multiple files at once", - " [ ... ]\n" + " [ -r ] [ -- ] [ ... ]\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"