X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/42547ed95b693ac08d0770755f87ae123351daec..90db31b263b33b2b31b077752cd01e668b304fd7:/pscp.c diff --git a/pscp.c b/pscp.c index 3ef1b33d..8693668f 100644 --- 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 = ".";