Skip to content

Commit

Permalink
Ensure -hdr option appears only in the Windows port help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherCommander committed May 24, 2024
1 parent acf67b4 commit 818d771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SDL/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ int main(int argc, char *argv[])
"Options can be any of the following: \n\n"
"--compile-sysdesc\t\t\tCompile system descriptions *\n"
"--export-sysdesc\t\t\tExport system descriptions *\n"
#if OOLITE_WINDOWS
"-hdr\t\t\t\tStart up in HDR mode\n"
#endif
"-load [filepath]:\t\t\tLoad commander from [filepath]\n"
"-message [messageString]\t\tDisplay [messageString] at startup\n"
"-noshaders\t\t\tStart up with shaders disabled\n"
Expand Down

0 comments on commit 818d771

Please sign in to comment.