diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-05 10:31:16 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-05 10:31:16 +0000 |
| commit | 8c24e2aa35f46aeb8c2407e3542311289976eee3 (patch) | |
| tree | d180d784d8ee9216f49c85c81fdd98946ca0a4d8 | |
| parent | 93709ddb08b6ddeddec21a166201bb76892f8bdd (diff) | |
Notes
| -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\ |
