From eceacef0f084121c8b80a21c054ccdb31aeae39d Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sat, 18 Dec 2004 10:46:21 +0000 Subject: [PATCH] Missed options off mput help [originally from svn r5010] --- psftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"