X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcopy.c;h=2aa7c0a11ab0938fdc6fc6ecb0d896a3affa0039;hb=2e4669d6e7053b0347b265d4f330e8873525bd3e;hp=9f3f3df62f8477bc782beb0336f56bd16dd05715;hpb=096f341714ee7d1575c93d437a8085821aa88d23;p=libguestfs.git diff --git a/fish/copy.c b/fish/copy.c index 9f3f3df..2aa7c0a 100644 --- a/fish/copy.c +++ b/fish/copy.c @@ -192,7 +192,7 @@ run_copy_out (const char *cmd, size_t argc, char *argv[]) struct stat statbuf; if (stat (local, &statbuf) == -1 || ! (S_ISDIR (statbuf.st_mode))) { - fprintf (stderr, _("copy-in: target '%s' is not a directory\n"), local); + fprintf (stderr, _("copy-out: target '%s' is not a directory\n"), local); return -1; }