Fix inaccurate error message.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 24 Feb 2009 22:56:44 +0000 (22:56 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 24 Feb 2009 22:56:44 +0000 (22:56 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@8466 cda61777-01e9-0310-a592-d414129be87e

pscp.c

diff --git a/pscp.c b/pscp.c
index 3ef1b33..8693668 100644 (file)
--- a/pscp.c
+++ b/pscp.c
@@ -2091,7 +2091,7 @@ static void get_dir_list(int argc, char *argv[])
     host = src;
     src = colon(src);
     if (src == NULL)
-       bump("Local to local copy not supported");
+       bump("Local file listing not supported");
     *src++ = '\0';
     if (*src == '\0')
        src = ".";