Skip to content

Commit

Permalink
Made synopsis consistently lowercase.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Jun 13, 2018
1 parent ca5614a commit b01c9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void LogstalgiaSettings::help(bool extended_help) {

printf("Logstalgia v%s\n", LOGSTALGIA_VERSION);

printf("Usage: logstalgia [OPTIONS] FILE\n\n");
printf("Usage: logstalgia [options] logfile\n\n");
printf("Options:\n");
printf(" -WIDTHxHEIGHT Set window size\n");
printf(" -f, --fullscreen Fullscreen\n");
Expand Down

0 comments on commit b01c9d3

Please sign in to comment.