Remove -F option from getopts string -- this option has never done
anything apart from invoking usage(), and apparently slipped in by accident. Approved by: kientzle MFC after: 3 days
This commit is contained in:
parent
db978a9df5
commit
33a96f5f52
@ -89,7 +89,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:HhI:jkLlmnOoPprtT:UuvW:wX:xyZz";
|
||||
static const char *tar_opts = "+Bb:C:cf:HhI:jkLlmnOoPprtT:UuvW:wX:xyZz";
|
||||
|
||||
/*
|
||||
* Most of these long options are deliberately not documented. They
|
||||
|
Loading…
Reference in New Issue
Block a user