From 031bfe129d8f7a8b9617eaf7680182ba4a7820e0 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Tue, 24 Feb 2009 22:56:44 +0000 Subject: [PATCH] Fix inaccurate error message. [originally from svn r8466] --- pscp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ".";