diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-05 10:32:59 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-05 10:32:59 +0000 |
| commit | 6564e96498a3646521c79bf7d8c219b555343e6f (patch) | |
| tree | 430f51b1f5143920320796146f42fe3a18605d98 /gnu | |
| parent | ceaf6abdb00b7bd2a0f5cdc9de30cc09b2db64cd (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/tar/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/tar.c b/gnu/usr.bin/tar/tar.c index 0aabdd8c6117..31bbe96dc982 100644 --- a/gnu/usr.bin/tar/tar.c +++ b/gnu/usr.bin/tar/tar.c @@ -783,7 +783,7 @@ Other options:\n\ ", stdout); /* KLUDGE */ fputs ("\ -W, --verify attempt to verify the archive after writing it\n\ ---exclude FILE exclude file FILE\n\ +--exclude PATTERN exclude files, given as a globbing PATTERN\n\ -X, --exclude-from FILE exclude files listed in FILE\n\ -y, --bzip2, --bunzip2 filter the archive through bzip2\n\ -Z, --compress,\n\ |
