summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-10 10:05:32 +0000
committerJim Meyering <jim@meyering.net>2002-07-10 10:05:32 +0000
commit290867cc4a1b6f2b1f7f08d4a8d3e6df6a3ef4e4 (patch)
tree3f26aef1901e1c4f859e884d40477acdeee5544c
parent4e2a62ff5ec3e49232304de9d5b93f3ee75d26db (diff)
downloadcoreutils-290867cc4a1b6f2b1f7f08d4a8d3e6df6a3ef4e4.tar.xz
(usage) [--exclude]: Use PATTERN rather than PAT.
-rw-r--r--src/du.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/du.c b/src/du.c
index 61f9ce13c..f44b7b6f8 100644
--- a/src/du.c
+++ b/src/du.c
@@ -34,7 +34,7 @@
the sizes of subdirectories.
-D Dereference only symbolic links given on the command line.
-L Dereference all symbolic links.
- --exclude=PAT Exclude files that match PAT.
+ --exclude=PATTERN Exclude files that match PATTERN.
-X FILE Exclude files that match patterns taken from FILE.
By tege@sics.se, Torbjorn Granlund,
@@ -214,7 +214,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
fputs (_("\
-x, --one-file-system skip directories on different filesystems\n\
-X FILE, --exclude-from=FILE Exclude files that match any pattern in FILE.\n\
- --exclude=PAT Exclude files that match PAT.\n\
+ --exclude=PATTERN Exclude files that match PATTERN.\n\
--max-depth=N print the total for a directory (or file, with --all)\n\
only if it is N or fewer levels below the command\n\
line argument; --max-depth=0 is the same as\n\