diff options
author | Jim Meyering <meyering@redhat.com> | 2011-04-10 11:26:14 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-04-11 14:32:56 +0200 |
commit | b80e2c7c258bf8c747ceae4c681ee224a31e9509 (patch) | |
tree | d13bd9c05dfd24999f62deeb6a796e7ed5b50d2d /NEWS | |
parent | 9288068ff8f3f749edc54c50f064eca9e6c83019 (diff) | |
download | coreutils-b80e2c7c258bf8c747ceae4c681ee224a31e9509.tar.xz |
maint: install: remove support for --preserve_context ("_", not "-")
* src/install.c: Its use has elicited a warning for two years.
Use --preserve-context instead.
* NEWS (changes in behavior): Mention this.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ GNU coreutils NEWS -*- outline -*- df now aligns columns consistently, and no longer wraps entries with longer device identifiers, over two lines. + install now rejects its long-deprecated --preserve_context option. + Use --preserve-context instead. + test now accepts "==" as a synonym for "=" |