summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-08-26 01:58:14 +0000
committerkientzle <kientzle@FreeBSD.org>2004-08-26 01:58:14 +0000
commite64696808551e9fc0da06c9d0783741d929f4647 (patch)
tree0692cfbe8c373fea018934cf9827f807d1f0ce72 /usr.bin/tar
parent73c0fca7e7f975e142416a7b9f4abea41592d94b (diff)
downloadFreeBSD-src-e64696808551e9fc0da06c9d0783741d929f4647.zip
FreeBSD-src-e64696808551e9fc0da06c9d0783741d929f4647.tar.gz
Tell getopt to accept the (already-implemented) -I option.
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/bsdtar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c
index b5f1fec..f150875 100644
--- a/usr.bin/tar/bsdtar.c
+++ b/usr.bin/tar/bsdtar.c
@@ -90,7 +90,7 @@ static void version(void);
* non-option. Otherwise, GNU getopt() permutes the arguments and
* screws up -C processing.
*/
-static const char *tar_opts = "+Bb:C:cF:f:HhjkLlmnOoPprtT:UuvW:wX:xyZz";
+static const char *tar_opts = "+Bb:C:cF:f:HhI:jkLlmnOoPprtT:UuvW:wX:xyZz";
/*
* Most of these long options are deliberately not documented. They
OpenPOWER on IntegriCloud