diff options
author | Jim Meyering <jim@meyering.net> | 2007-06-30 19:43:53 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-14 19:17:01 +0200 |
commit | 1e07a21459421afdbbd0b9cb21a919aa5d938abb (patch) | |
tree | 93cafc43d54479f889032cb732ba4800dd77cc07 /NEWS | |
parent | 78adb282a743a326ccfb137c537fcc793e1ebb08 (diff) | |
download | coreutils-1e07a21459421afdbbd0b9cb21a919aa5d938abb.tar.xz |
Remove long-deprecated options.
* NEWS: Mention this.
* src/df.c, src/ls.c: Remove --kilobytes option.
* src/du.c: Remove --kilobytes and --megabytes options.
* src/who.c: Remove -i and --idle options.
* src/ptx.c: Remove --copyright option.
Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -44,6 +44,14 @@ GNU coreutils NEWS -*- outline -*- and installation of other programs, don't be surprised if some parts of "make check" fail. +** Remove deprecated options + + df no longer accepts the --kilobytes option. + du no longer accepts the --kilobytes or --megabytes options. + ls no longer accepts the --kilobytes option. + ptx longer accepts the --copyright option. + who no longer accepts -i or --idle. + ** Bug fixes cp no longer fails to write through a dangling symlink |