aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/r2000/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r2000/main.c b/src/r2000/main.c
index bf4e98f..425affd 100644
--- a/src/r2000/main.c
+++ b/src/r2000/main.c
@@ -117,7 +117,7 @@ static void add_options(void)
option_add('C', "crins", 1);
option_add(OPT_DESTRUCTION, "destruction", 1);
option_add('N', "nconv", 1);
- option_add('S', "recall", 1);
+ option_add('S', "recall", 0);
}
static int handle_options(int short_option, int argi, char **argv)