summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-25 18:39:47 +0100
committerJim Meyering <meyering@redhat.com>2007-11-25 18:39:47 +0100
commit9d0a3153692db17a514bb083e529e4d79f892123 (patch)
tree373f61d30247df83fa6bb8b2b968db8b96c8ef30 /ChangeLog
parent910267665eb6510a605e564eb41414e879166b9f (diff)
downloadcoreutils-9d0a3153692db17a514bb083e529e4d79f892123.tar.xz
Document install's -D option.
* doc/coreutils.texi (install invocation): Document -D. Reported by Akim Demialle.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31192733b..594e01a39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-11-25 Jim Meyering <meyering@redhat.com>
+ Document install's -D option.
+ * doc/coreutils.texi (install invocation): Document -D.
+ Reported by Akim Demialle.
+
setuidgid: Update --help output.
* src/setuidgid.c (usage): Describe -g GID[,GID1...] option.
Mention that USER may be a numeric ID or a user name.