diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-02-18 05:42:37 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-02-18 05:42:37 -0800 |
commit | ced624dfa923b8dc64106d2a2b1dbb9debba0d5e (patch) | |
tree | 83cd5bb331685e64861aa4bcf34a37c4e3688423 | |
parent | cf35666904c0b8f87abf9f47479b9122d567bbdf (diff) |
Fix indentation of -m option
-rw-r--r-- | blastem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ int main(int argc, char ** argv) "Options:\n" " -h Print this help text\n" " -r (J|U|E) Force region to Japan, US or Europe respectively\n" - " -m MACHINE Force emulated machine type to MACHINE. Valid values are:\n" + " -m MACHINE Force emulated machine type to MACHINE. Valid values are:\n" " sms - Sega Master System/Mark III\n" " gen - Sega Genesis/Megadrive\n" " jag - Atari Jaguar\n" |