summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-05 10:17:24 +0000
committerJim Meyering <jim@meyering.net>2006-07-05 10:17:24 +0000
commitb544360dab85d1a0256062d9d32c56ede4393dba (patch)
tree11b311115fa32cae245db06cc8dde2722ee769d6 /ChangeLog
parent2a7f886e47f95cee00ebff12e58d0ad7595a9cca (diff)
downloadcoreutils-b544360dab85d1a0256062d9d32c56ede4393dba.tar.xz
* src/ls.c (usage): Correct the description of -G: it is useful
only in a long listing. Reported by Martin Pool in <https://launchpad.net/distros/ubuntu/+source/coreutils/+bug/51653>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b1252fd1..277ee3ec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-07-05 Jim Meyering <jim@meyering.net>
+ * src/ls.c (usage): Correct the description of -G: it is useful
+ only in a long listing. Reported by Martin Pool in
+ <https://launchpad.net/distros/ubuntu/+source/coreutils/+bug/51653>.
+
* man/chmod.x: Correct the description of the sticky bit. Reported
by Chris Moore via Ian Jackson in <http://bugs.debian.org/376745>.