diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-10 10:05:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-10 10:05:32 +0000 |
commit | 290867cc4a1b6f2b1f7f08d4a8d3e6df6a3ef4e4 (patch) | |
tree | 3f26aef1901e1c4f859e884d40477acdeee5544c /src | |
parent | 4e2a62ff5ec3e49232304de9d5b93f3ee75d26db (diff) | |
download | coreutils-290867cc4a1b6f2b1f7f08d4a8d3e6df6a3ef4e4.tar.xz |
(usage) [--exclude]: Use PATTERN rather than PAT.
Diffstat (limited to 'src')
-rw-r--r-- | src/du.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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\ |