Skip to content

Commit daafdb3

Browse files
committed
another newline missing.
1 parent 9a2e8ae commit daafdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void Game::handleCli(int argc, char* argv[]) {
101101
" -d, --desc -- prints a general description of this app.\n"
102102
" --save-dir=DIR -- sets a custom directory to use for save data. includes log files.\n"
103103
" --log-level=LEVEL -- sets the log level to the specified input.\n"
104-
" available log levels: all, trace, debug, info, warning, error, fatal, none";
104+
" available log levels: all, trace, debug, info, warning, error, fatal, none\n";
105105
exit(0);
106106
} else if (printDescription) {
107107
if (minimalOutput) std::cout << "Template project for raylib apps\n";

0 commit comments

Comments
 (0)