(do_copy): Change wording in diagnostic.
authorJim Meyering <jim@meyering.net>
Sun, 10 Mar 2002 22:22:33 +0000 (22:22 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 10 Mar 2002 22:22:33 +0000 (22:22 +0000)
src/cp.c

index dd95221..4440a98 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -542,7 +542,7 @@ do_copy (int n_files, char **file, const char *target_directory,
     {
       if (target_directory)
        {
-         error (0, 0, _("specified target, %s is not a directory"),
+         error (0, 0, _("%s: specified target is not a directory"),
                 quote (dest));
          usage (1);
        }