summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-04-30 17:56:53 (GMT)
committerGitHub <noreply@github.com>2021-04-30 17:56:53 (GMT)
commit58dea2333cbc7f7bb51c711f8f7b09edf80789d8 (patch)
tree49602de3db1645fdb1443df10cc60f0b4a6a8948 /src/doxygen.cpp
parentc9426698163a80a06fa30dba2357c7888f6eb11e (diff)
parenta676faa7e61cf4eb8dc132e91642f04dbaffd8de (diff)
downloadDoxygen-58dea2333cbc7f7bb51c711f8f7b09edf80789d8.zip
Doxygen-58dea2333cbc7f7bb51c711f8f7b09edf80789d8.tar.gz
Doxygen-58dea2333cbc7f7bb51c711f8f7b09edf80789d8.tar.bz2
Merge pull request #8526 from albert-github/feature/bug_spell_20210430
Spelling corrections
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index f003e8b..8835b05 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -10200,7 +10200,7 @@ static void usage(const QCString &name,const QCString &versionString)
msg(" HTML: %s -w html headerFile footerFile styleSheetFile [configFile]\n",qPrint(name));
msg(" LaTeX: %s -w latex headerFile footerFile styleSheetFile [configFile]\n\n",qPrint(name));
msg("6) Use doxygen to generate a rtf extensions file\n");
- msg(" RTF: %s -e rtf extensionsFile\n\n",qPrint(name));
+ msg(" %s -e rtf extensionsFile\n\n",qPrint(name));
msg(" If - is used for extensionsFile doxygen will write to standard output.\n\n");
msg("7) Use doxygen to compare the used configuration file with the template configuration file\n");
msg(" %s -x [configFile]\n\n",qPrint(name));