1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Missed options off mput help

[originally from svn r5010]
This commit is contained in:
Jacob Nevins 2004-12-18 10:46:21 +00:00
parent 88dba1e70a
commit eceacef0f0

View File

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