We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe3d9d commit cb37da7Copy full SHA for cb37da7
mythtv/programs/mythjobqueue/main.cpp
@@ -229,7 +229,7 @@ int main(int argc, char *argv[])
229
cerr << "Valid Options are:" << endl <<
230
"-v or --verbose debug-level Use '-v help' for level info" << endl <<
231
"-l or --logfile filename Writes STDERR and STDOUT messages to filename" << endl <<
232
- "-p or --pidfile filename Write PID of mythjobqueue to filename " <<
+ "-p or --pidfile filename Write PID of mythjobqueue to filename " << endl <<
233
"-d or --daemon Runs mythjobqueue as a daemon" << endl <<
234
endl;
235
return GENERIC_EXIT_INVALID_CMDLINE;
0 commit comments