summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-05-02 23:37:55 +0200
committerJim Meyering <jim@meyering.net>2007-05-02 23:37:55 +0200
commit4e89cf8fb8ccf01ee1d5c351d9fa327a3735007f (patch)
tree427a6b6d0f7ca6d7b6e2bc097ca552db3d88da30
parentaa3f52d17b099a5bac9367f09856e61a14de9b68 (diff)
downloadcoreutils-4e89cf8fb8ccf01ee1d5c351d9fa327a3735007f.tar.xz
* src/du.c (usage): Tweak description of --dereference-args (-D) again.
Prompted by another request for clarification from Justin Pryzby.
-rw-r--r--ChangeLog3
-rw-r--r--src/du.c3
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a2bb13201..a7da6d4d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-05-02 Jim Meyering <jim@meyering.net>
+ * src/du.c (usage): Tweak description of --dereference-args (-D) again.
+ Prompted by another request for clarification from Justin Pryzby.
+
Invoke rm via 'setuidgid ... env PATH="$PATH" ...', as in fail-eperm.
* tests/rm/fail-2eperm: Patch from AIDA Shinra.
Reported by Peter Dyballa.
diff --git a/src/du.c b/src/du.c
index 6248aa102..e1e81c407 100644
--- a/src/du.c
+++ b/src/du.c
@@ -298,7 +298,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\
-B, --block-size=SIZE use SIZE-byte blocks\n\
-b, --bytes equivalent to `--apparent-size --block-size=1'\n\
-c, --total produce a grand total\n\
- -D, --dereference-args dereference any listed FILE that is a symbolic link\n\
+ -D, --dereference-args dereference only symlinks that are listed on the\n\
+ command line\n\
"), stdout);
fputs (_("\
--files0-from=F summarize disk usage of the NUL-terminated file\n\