Skip to content

Commit

Permalink
Remove help info about non existing option
Browse files Browse the repository at this point in the history
Remove help information about `-T` option as it was removed by means of 0b0ec2e  i.e. "Remove experimental template engine option"
  • Loading branch information
albert-github committed Dec 1, 2023
1 parent b031b73 commit 82883ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/doxygen.cpp
Expand Up @@ -10718,7 +10718,6 @@ static void devUsage()
#if ENABLE_TRACING
msg(" -t [<file|stdout|stderr>] trace debug info to file, stdout, or stderr (default file stdout)\n");
#endif
msg(" -T activates output generation via Django like template\n");
msg(" -d <level> enable a debug level, such as (multiple invocations of -d are possible):\n");
Debug::printFlags();
}
Expand Down

0 comments on commit 82883ca

Please sign in to comment.