From: Jim Meyering Date: Sun, 24 Sep 2000 11:57:36 +0000 (+0000) Subject: (main): Tweak a relatively new diagnostic. X-Git-Tag: FILEUTILS-4_0_27~9 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=65b0c96d46d4da2ddcece6f591ce913de35d06b4;p=thirdparty%2Fcoreutils.git (main): Tweak a relatively new diagnostic. --- diff --git a/src/cp.c b/src/cp.c index a95d8dbcbd..aa766bb07c 100644 --- 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)