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:
parent
88dba1e70a
commit
eceacef0f0
2
psftp.c
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user