Tell getopt to accept the (already-implemented) -I option.

This commit is contained in:
Tim Kientzle 2004-08-26 01:58:14 +00:00
parent 2c84f2953a
commit 1ced550de7

View File

@ -90,7 +90,7 @@ static void version(void);
* non-option. Otherwise, GNU getopt() permutes the arguments and * non-option. Otherwise, GNU getopt() permutes the arguments and
* screws up -C processing. * 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 * Most of these long options are deliberately not documented. They