summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-02-18 05:42:37 -0800
committerMichael Pavone <pavone@retrodev.com>2017-02-18 05:42:37 -0800
commitced624dfa923b8dc64106d2a2b1dbb9debba0d5e (patch)
tree83cd5bb331685e64861aa4bcf34a37c4e3688423
parentcf35666904c0b8f87abf9f47479b9122d567bbdf (diff)
Fix indentation of -m option
-rw-r--r--blastem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blastem.c b/blastem.c
index c5f0326..8e90381 100644
--- a/blastem.c
+++ b/blastem.c
@@ -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"