diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-10 22:22:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-10 22:22:33 +0000 |
commit | 48f998c0e82633f711a57a93f6f130eb239c8413 (patch) | |
tree | 8ae828248c899ff46f5e09f6052cdf522a7f0a9f /src | |
parent | f3a82e33ac0226c4824d4c48d25505626ea45fcd (diff) | |
download | coreutils-48f998c0e82633f711a57a93f6f130eb239c8413.tar.xz |
(do_copy): Change wording in diagnostic.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |