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;
case 'c':
detect_only = true;
debug = 1;
break;
case 'V':
show_version();