@@ -11189,9 +11189,9 @@ static void devUsage()
11189
11189
msg(" -b making messages output unbuffered\n");
11190
11190
msg(" -c <file> process input file as a comment block and produce HTML output\n");
11191
11191
#if ENABLE_TRACING
11192
- msg(" -t [<file|stdout|stderr>] trace debug info to file, stdout, or stderr (default file stdout)\n");
11193
- msg(" -t_time [<file|stdout|stderr>] trace debug info to file, stdout, or stderr (default file stdout),\n"
11194
- " and include time and thread information\n");
11192
+ msg(" -t [<file|stdout|stderr>] trace debug info to file, stdout, or stderr (default file stdout)\n");
11193
+ msg(" -t_time [<file|stdout|stderr>] trace debug info to file, stdout, or stderr (default file stdout),\n"
11194
+ " and include time and thread information\n");
11195
11195
#endif
11196
11196
msg(" -d <level> enable a debug level, such as (multiple invocations of -d are possible):\n");
11197
11197
Debug::printFlags();
@@ -11476,7 +11476,7 @@ void readConfiguration(int argc, char **argv)
11476
11476
case 'c':
11477
11477
if (optInd+1>=argc) // no file name given
11478
11478
{
11479
- err ("option \"-c\" is missing the file name to read\n");
11479
+ msg ("option \"-c\" is missing the file name to read\n");
11480
11480
devUsage();
11481
11481
cleanUpDoxygen();
11482
11482
exit(1);
@@ -11501,7 +11501,7 @@ void readConfiguration(int argc, char **argv)
11501
11501
int retVal = Debug::setFlagStr(debugLabel);
11502
11502
if (!retVal)
11503
11503
{
11504
- err ("option \"-d\" has unknown debug specifier: \"{}\".\n",debugLabel);
11504
+ msg ("option \"-d\" has unknown debug specifier: \"{}\".\n",debugLabel);
11505
11505
devUsage();
11506
11506
cleanUpDoxygen();
11507
11507
exit(1);
0 commit comments