Using debug for -c as well

This commit is contained in:
senthil 2014-12-06 20:24:48 -05:00
parent 6ac084844e
commit 99f401018d

View File

@ -1727,6 +1727,7 @@ int main(int argc, char *argv[]) {
break; break;
case 'c': case 'c':
detect_only = true; detect_only = true;
debug = 1;
break; break;
case 'V': case 'V':
show_version(); show_version();