(main): Tweak a relatively new diagnostic.
authorJim Meyering <jim@meyering.net>
Sun, 24 Sep 2000 11:57:36 +0000 (11:57 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 24 Sep 2000 11:57:36 +0000 (11:57 +0000)
src/cp.c

index a95d8db..aa766bb 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -846,7 +846,7 @@ main (int argc, char **argv)
       error (0, 0,
             _("\
 Warning: the meaning of `-P' will change in the future to conform to POSIX.\n\
-Use `--parents' for the old meaning, and `--no-dereference' for the new."));
+Use `--parents' for the old meaning, and `--no-dereference' for the new one."));
     }
 
   if (backup_suffix_string)