Skip to content

Commit

Permalink
Fix typo on rotator in --help output.
Browse files Browse the repository at this point in the history
  • Loading branch information
sphery committed Aug 15, 2011
1 parent aa1038c commit 8cb6b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythbase/mythcommandlineparser.cpp
Expand Up @@ -974,7 +974,7 @@ void MythCommandLineParser::addLogging(
"If a full filename is given, that file will be used.\n"
"This is typically used in combination with --daemon, and if used "
"in combination with --pidfile, this can be used with log "
"rotaters, using the HUP call to inform MythTV to reload the "
"rotators, using the HUP call to inform MythTV to reload the "
"file (currently disabled).", "");
add(QStringList( QStringList() << "-q" << "--quiet"), "quiet", 0,
"Don't log to the console (-q). Don't log anywhere (-q -q)", "");
Expand All @@ -996,7 +996,7 @@ void MythCommandLineParser::addPIDFile(void)
"Write PID of application to filename.",
"Write the PID of the currently running process as a single "
"line to this file. Used for init scripts to know what "
"process to terminate, and with --logfile and log rotaters "
"process to terminate, and with --logfile and log rotators "
"to send a HUP signal to process to have it re-open files.");
}

Expand Down

0 comments on commit 8cb6b0e

Please sign in to comment.