mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
enable option "-r"
This commit is contained in:
parent
d356dd3a53
commit
e8bdbd5e5f
@ -1,6 +1,6 @@
|
||||
/*
|
||||
*
|
||||
* (c) 2004 Laurent Vivier <Laurent@lvivier.info>
|
||||
* (c) 2004-2007 Laurent Vivier <Laurent@lvivier.info>
|
||||
*
|
||||
*/
|
||||
|
||||
@ -365,7 +365,7 @@ int main(int argc, char **argv)
|
||||
|
||||
while(1)
|
||||
{
|
||||
c = getopt_long(argc, argv, "vhtf:a:s:k:b:", long_options, &option_index);
|
||||
c = getopt_long(argc, argv, "vhtf:a:s:k:b:r:", long_options, &option_index);
|
||||
if (c == -1)
|
||||
break;
|
||||
switch(c)
|
||||
|
Loading…
Reference in New Issue
Block a user