diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-10 10:08:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-10 10:08:22 +0000 |
commit | 2aeeb5466e80ae1ebcfc5cd004fe55672f8649dc (patch) | |
tree | 91cdb2a92564b0abd980daaa5f06c6cd3fa79143 /doc | |
parent | eb8c474088b575633fe56883f263e58f4fed2f02 (diff) | |
download | coreutils-2aeeb5466e80ae1ebcfc5cd004fe55672f8649dc.tar.xz |
(du invocation): s/PAT/PATTERN/.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index b17d18b27..72d6265f1 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7977,10 +7977,10 @@ of subdirectories. Skip directories that are on different filesystems from the one that the argument being processed is on. -@item --exclude=@var{PAT} -@opindex --exclude=@var{PAT} +@item --exclude=@var{PATTERN} +@opindex --exclude=@var{PATTERN} @cindex excluding files from @command{du} -When recursing, skip subdirectories or files matching @var{PAT}. +When recursing, skip subdirectories or files matching @var{PATTERN}. For example, @code{du --exclude='*.o'} excludes files whose names end in @samp{.o}. |