diff options
author | Jim Meyering <jim@meyering.net> | 2002-10-13 14:02:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-10-13 14:02:42 +0000 |
commit | 5955869435c4e9ac6bc290c20abac83602e166be (patch) | |
tree | 71cae9ce1445e46e0c8b90f986ff8845af497400 /src | |
parent | c9c00c8bec9fc19a551467d30b635fb2c68ee801 (diff) | |
download | coreutils-5955869435c4e9ac6bc290c20abac83602e166be.tar.xz |
(usage): Tweak description of --dereference-args/-D.
Diffstat (limited to 'src')
-rw-r--r-- | src/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -B, --block-size=SIZE use SIZE-byte blocks\n\ -b, --bytes print size in bytes\n\ -c, --total produce a grand total\n\ - -D, --dereference-args dereference PATHs when symbolic link\n\ + -D, --dereference-args dereference FILEs that are symbolic links\n\ "), stdout); fputs (_("\ -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)\n\ |