summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-14 12:54:12 +0000
committerJim Meyering <jim@meyering.net>1996-07-14 12:54:12 +0000
commitd38f60e27cbaf9cc78dce45e7885a9eb6c47025f (patch)
tree62520e3fa64f145f5748823caafa18d41a43497b /src/du.c
parentbf75b72e46b5077babb7f22bbac503517be1d76e (diff)
downloadcoreutils-d38f60e27cbaf9cc78dce45e7885a9eb6c47025f.tar.xz
(usage): Sort option descriptions in dictionary order.
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/du.c b/src/du.c
index d34d52980..09e022752 100644
--- a/src/du.c
+++ b/src/du.c
@@ -223,15 +223,15 @@ Summarize disk usage of each FILE, recursively for directories.\n\
-a, --all write counts for all files, not just directories\n\
-b, --bytes print size in bytes\n\
-c, --total produce a grand total\n\
- -h, --human-readable print sizes in human readable format (e.g. 1K 234M 2G)\n\
+ -D, --dereference-args dereference PATHs when symbolic link\n\
+ -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)\n\
-k, --kilobytes use 1024-byte blocks, not 512 despite POSIXLY_CORRECT\n\
-l, --count-links count sizes many times if hard linked\n\
+ -L, --dereference dereference all symbolic links\n\
-m, --megabytes use 1024K-byte blocks, not 512 despite POSIXLY_CORRECT\n\
+ -S, --separate-dirs do not include size of subdirectories\n\
-s, --summarize display only a total for each argument\n\
-x, --one-file-system skip directories on different filesystems\n\
- -D, --dereference-args dereference PATHs when symbolic link\n\
- -L, --dereference dereference all symbolic links\n\
- -S, --separate-dirs do not include size of subdirectories\n\
--help display this help and exit\n\
--version output version information and exit\n"));
}