Skip to content

Commit

Permalink
Engine: removed info about deprecated command line argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Nov 28, 2019
1 parent e1ab6bf commit 22f03fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Engine/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ void main_print_help() {
" (support differs between graphic drivers);\n"
" scaling is specified by integer number\n"
" --help Print this help message and stop\n"
" --hicolor Downmix 32bit colors to 16bit\n"
" --log Enable program output to the log file\n"
" --no-log Disable program output to the log file,\n"
" overriding configuration file setting\n"
Expand All @@ -197,7 +196,7 @@ void main_print_help() {
#endif
" --tell Print various information concerning engine\n"
" and the game; for selected output use:\n"
" --tell-config Print contents of game config\n"
" --tell-config Print contents of merged game config\n"
" --tell-configpath Print paths to available config files\n"
" --tell-data Print information on game data and its location\n"
" --tell-engine Print engine name and version\n"
Expand Down

0 comments on commit 22f03fa

Please sign in to comment.