Skip to content

Commit cb37da7

Browse files
committed
Missing a endl so the last help item wasn't CRLF'ed.
1 parent 5fe3d9d commit cb37da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/programs/mythjobqueue/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ int main(int argc, char *argv[])
229229
cerr << "Valid Options are:" << endl <<
230230
"-v or --verbose debug-level Use '-v help' for level info" << endl <<
231231
"-l or --logfile filename Writes STDERR and STDOUT messages to filename" << endl <<
232-
"-p or --pidfile filename Write PID of mythjobqueue to filename " <<
232+
"-p or --pidfile filename Write PID of mythjobqueue to filename " << endl <<
233233
"-d or --daemon Runs mythjobqueue as a daemon" << endl <<
234234
endl;
235235
return GENERIC_EXIT_INVALID_CMDLINE;

0 commit comments

Comments
 (0)