From: jacob Date: Sat, 18 Dec 2004 10:46:21 +0000 (+0000) Subject: Missed options off mput help X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/96515f61fbd20b386b331b8c338465e4b3fd854c?hp=9ca4b2bbb6c41c7160fb76feb47b512e924838cf Missed options off mput help git-svn-id: svn://svn.tartarus.org/sgt/putty@5010 cda61777-01e9-0310-a592-d414129be87e --- 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"