comparison tools/view64.c @ 1395:009534f27de5

If probe mode is specified, increase verbosity to required level.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 25 Sep 2017 10:18:59 +0300
parents f3c5f80511ae
children 89725addaeaf
comparison
equal deleted inserted replaced
1394:054561dbcd57 1395:009534f27de5
114 } 114 }
115 } 115 }
116 break; 116 break;
117 117
118 case 5: 118 case 5:
119 if (dmVerbosity < 1)
120 dmVerbosity = 1;
119 optProbeOnly = TRUE; 121 optProbeOnly = TRUE;
120 break; 122 break;
121 123
122 default: 124 default:
123 dmErrorMsg("Unknown option '%s'.\n", currArg); 125 dmErrorMsg("Unknown option '%s'.\n", currArg);