Fixes #119 - new -R is unrecognized
This commit is contained in:
parent
fc667bc423
commit
6e4df1cc07
@ -1741,7 +1741,7 @@ int main(int argc, char *argv[]) {
|
||||
};
|
||||
char ch;
|
||||
|
||||
while ((ch = getopt_long(argc, argv, "VmcdvunrILei:b:a:t:g:x:p:1:2:o:l::w::", longopts, NULL)) != -1)
|
||||
while ((ch = getopt_long(argc, argv, "VmcdvunrILeR:i:b:a:t:g:x:p:1:2:o:l::w::", longopts, NULL)) != -1)
|
||||
{
|
||||
switch (ch) {
|
||||
case 'm':
|
||||
|
Loading…
Reference in New Issue
Block a user