comparison blastem.c @ 1223:a477cc22a960

Fix indentation of -m option
author Michael Pavone <pavone@retrodev.com>
date Sat, 18 Feb 2017 05:42:37 -0800
parents aee2177a1630
children 96ad1b9bbb3a
comparison
equal deleted inserted replaced
1222:60d73f42a606 1223:a477cc22a960
278 info_message( 278 info_message(
279 "Usage: blastem [OPTIONS] ROMFILE [WIDTH] [HEIGHT]\n" 279 "Usage: blastem [OPTIONS] ROMFILE [WIDTH] [HEIGHT]\n"
280 "Options:\n" 280 "Options:\n"
281 " -h Print this help text\n" 281 " -h Print this help text\n"
282 " -r (J|U|E) Force region to Japan, US or Europe respectively\n" 282 " -r (J|U|E) Force region to Japan, US or Europe respectively\n"
283 " -m MACHINE Force emulated machine type to MACHINE. Valid values are:\n" 283 " -m MACHINE Force emulated machine type to MACHINE. Valid values are:\n"
284 " sms - Sega Master System/Mark III\n" 284 " sms - Sega Master System/Mark III\n"
285 " gen - Sega Genesis/Megadrive\n" 285 " gen - Sega Genesis/Megadrive\n"
286 " jag - Atari Jaguar\n" 286 " jag - Atari Jaguar\n"
287 " -f Toggles fullscreen mode\n" 287 " -f Toggles fullscreen mode\n"
288 " -g Disable OpenGL rendering\n" 288 " -g Disable OpenGL rendering\n"