Fixes #119 - new -R is unrecognized

This commit is contained in:
Shazron Abdullah 2015-05-12 14:18:13 -07:00
parent fc667bc423
commit 6e4df1cc07

View File

@ -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':