diff options
author | Jim Meyering <jim@meyering.net> | 2005-07-03 16:52:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-07-03 16:52:09 +0000 |
commit | 9b12f5aa66009817a84722ff97c35e2688708500 (patch) | |
tree | 456e572be37a9c922dbbb7da509849f5fa5598ae | |
parent | d7d473a84ffcc01ddb47381ca98d23e8d731628b (diff) | |
download | coreutils-9b12f5aa66009817a84722ff97c35e2688708500.tar.xz |
cp and mv: the --reply=X option is deprecated
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -148,6 +148,8 @@ GNU coreutils NEWS -*- outline -*- chmod -w now complains if its behavior differs from what chmod a-w would do, and similarly for chmod -r, chmod -x, etc. + cp and mv: the --reply=X option is deprecated + dd has new iflag= and oflag= flags "binary" and "text", which have an effect only on nonstandard platforms that distinguish text from binary I/O. |