summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-05-21 18:40:32 +0000
committerkientzle <kientzle@FreeBSD.org>2004-05-21 18:40:32 +0000
commit9da5e919aac336dfe995395d2dee25bad6f03c04 (patch)
tree4f9833fbd550ddbed76d099e2a87505c476dda15 /usr.bin
parent97996181370b818c0b9fd66431de5c9d36d678ea (diff)
downloadFreeBSD-src-9da5e919aac336dfe995395d2dee25bad6f03c04.zip
FreeBSD-src-9da5e919aac336dfe995395d2dee25bad6f03c04.tar.gz
Add --dereference as a synonym for -H
Pointed out by: Kris Kennaway (unbreaks nspr port build)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tar/bsdtar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c
index e4237f1..145e198 100644
--- a/usr.bin/tar/bsdtar.c
+++ b/usr.bin/tar/bsdtar.c
@@ -85,6 +85,7 @@ const struct option tar_longopts[] = {
{ "cd", required_argument, NULL, 'C' },
{ "confirmation", no_argument, NULL, 'w' },
{ "create", no_argument, NULL, 'c' },
+ { "dereference", no_argument, NULL, 'H' },
{ "directory", required_argument, NULL, 'C' },
{ "exclude", required_argument, NULL, OPTION_EXCLUDE },
{ "extract", no_argument, NULL, 'x' },
OpenPOWER on IntegriCloud