diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-05 10:31:16 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-05 10:31:16 +0000 |
commit | 2b34dd0bea19a3b8cb1467986221bc1fe81539c5 (patch) | |
tree | 6516eb7d8c9e8715888e246bd1debb47f5621b33 /gnu | |
parent | a1d6ff0136a2fc434aa7e2bd6205897cc61b3eba (diff) | |
download | FreeBSD-src-2b34dd0bea19a3b8cb1467986221bc1fe81539c5.zip FreeBSD-src-2b34dd0bea19a3b8cb1467986221bc1fe81539c5.tar.gz |
Correct the usage printed for --exclude, which takes a globbing pattern
and not a file name.
PR: 19698
Reported by: Jeff Blaine <jblaine@mitre.org>
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 0aabdd8..31bbe96 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\ |