mirror of
https://github.com/darlinghq/darling.git
synced 2025-03-04 07:47:14 +00:00
parent
d777989c8c
commit
89d6e6ddb1
@ -122,7 +122,7 @@ int main(int argc, char ** argv, char ** envp)
|
||||
};
|
||||
int option_index = 0;
|
||||
|
||||
c = getopt_long(argc, argv, "", long_options, &option_index);
|
||||
c = getopt_long(argc, argv, "+", long_options, &option_index);
|
||||
|
||||
if (c == -1)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user