diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-24 11:57:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-24 11:57:36 +0000 |
commit | 65b0c96d46d4da2ddcece6f591ce913de35d06b4 (patch) | |
tree | 60990f484079cd54ff1f174edadb297ef8d8fb3d /src | |
parent | cb05584160847512fc96cc7dc8c0a2da177d4d9f (diff) | |
download | coreutils-65b0c96d46d4da2ddcece6f591ce913de35d06b4.tar.xz |
(main): Tweak a relatively new diagnostic.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |