mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-27 12:13:22 +01:00
Added the -I and -L options; also -E takes an argument which is not optional.
This commit is contained in:
@@ -412,7 +412,7 @@ main (int argc, char **argv)
|
||||
|
||||
|
||||
|
||||
while ((optc = getopt_long (argc, argv, "+0a:E::e::i::l::n:prs:txP:",
|
||||
while ((optc = getopt_long (argc, argv, "+0a:E:e::i::I:l::L:n:prs:txP:",
|
||||
longopts, (int *) 0)) != -1)
|
||||
{
|
||||
switch (optc)
|
||||
|
||||
Reference in New Issue
Block a user