From 290867cc4a1b6f2b1f7f08d4a8d3e6df6a3ef4e4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Jul 2002 10:05:32 +0000 Subject: (usage) [--exclude]: Use PATTERN rather than PAT. --- src/du.c | 4 ++-- 1 file 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\ -- cgit v1.2.3-54-g00ecf