diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-02 18:41:53 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-02 18:41:53 +0000 |
commit | 6383922a134a2695e6cb7cc76de1d1873d9410e4 (patch) | |
tree | c02ffbe94adc0c3d0007cfa8a9eb132a7bdcb762 /ChangeLog | |
parent | 967e54a1e1897d9a97c11d6a868de5853beb5d94 (diff) | |
download | coreutils-6383922a134a2695e6cb7cc76de1d1873d9410e4.tar.xz |
ls --indicator-style=directory renamed to ls --indicator-style=slash.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ -2005-05-01 Paul Eggert <eggert@cs.ucla.edu> +2005-05-02 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + * NEWS: ls --indicator-style=directory renamed to ls + --indicator-style=slash, to avoid confusion with ls --directory. + * src/ls.c (usage): Likewise. + (slash): Renamed from directory_only. All uses changed. + +2005-05-01 Paul Eggert <eggert@cs.ucla.edu> + * NEWS: "chmod +1 foo" is now diagnosed. 2005-04-29 Paul Eggert <eggert@cs.ucla.edu> |