diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-10 22:21:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-10 22:21:44 +0000 |
commit | f3a82e33ac0226c4824d4c48d25505626ea45fcd (patch) | |
tree | 9b7828513674f62708a0889480eaf524ec369143 /src | |
parent | 14867399cd6760da2ce6616ae0a494df82a8bf16 (diff) | |
download | coreutils-f3a82e33ac0226c4824d4c48d25505626ea45fcd.tar.xz |
(main): Change wording in diagnostic.
Diffstat (limited to 'src')
-rw-r--r-- | src/ln.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* `ln' program to create links between files. - Copyright (C) 86, 89, 90, 91, 1995-2001 Free Software Foundation, Inc. + Copyright (C) 86, 89, 90, 91, 1995-2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -517,7 +517,7 @@ main (int argc, char **argv) if (target_directory_specified && !dest_is_dir) { - error (0, 0, _("specified target directory, %s is not a directory"), + error (0, 0, _("%s: specified target directory is not a directory"), quote (target_directory)); usage (1); } |