diff options
author | Armin Müller <27155134+arm-in@users.noreply.github.com> | 2019-07-09 12:12:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 12:12:45 (GMT) |
commit | b41dda0d52a1c8f8b46f00b1dc46d9f97f2e86dc (patch) | |
tree | e474fb51fc031c427c3652eacad6a7172636b00b /src | |
parent | 25e30224977bd488c33c6f84d6cad1c5eca5e62a (diff) | |
download | Doxygen-b41dda0d52a1c8f8b46f00b1dc46d9f97f2e86dc.zip Doxygen-b41dda0d52a1c8f8b46f00b1dc46d9f97f2e86dc.tar.gz Doxygen-b41dda0d52a1c8f8b46f00b1dc46d9f97f2e86dc.tar.bz2 |
built-in
Diffstat (limited to 'src')
-rw-r--r-- | src/doxygen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index fa54d68..908656f 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -9942,7 +9942,7 @@ static void usage(const char *name) msg(" RTF: %s -e rtf extensionsFile\n\n",name); msg("7) Use doxygen to compare the used configuration file with the template configuration file\n"); msg(" %s -x [configFile]\n\n",name); - msg("8) Use doxygen to show a list of build in emoji.\n"); + msg("8) Use doxygen to show a list of built-in emojis.\n"); msg(" %s -f emoji outputFileName\n\n",name); msg(" If - is used for outputFileName doxygen will write to standard output.\n\n"); msg("If -s is specified the comments of the configuration items in the config file will be omitted.\n"); |