Tell getopt to accept the (already-implemented) -I option.
This commit is contained in:
parent
2c84f2953a
commit
1ced550de7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user