make debug output imply verbose operation

This commit is contained in:
Erik Auerswald
2019-02-02 13:03:31 +01:00
parent 3bdd09428f
commit 07623ef831
+1 -1
View File
@@ -290,7 +290,7 @@ int main(int argc, char **argv)
case 'p':
flags |= PROCESS_ONLY; break;
case 'P':
flags |= DEBUG_OUTPUT; break;
flags |= (VERBOSE | DEBUG_OUTPUT); break;
case 'f':
if(optarg) {
if(strcasecmp(optarg, "black") == 0) {