From: helly Date: Sat, 6 Aug 2005 23:10:10 +0000 (+0000) Subject: - This is actually a 'no' switch X-Git-Tag: 0.13.6~607 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0510fde9100b73da3df50e9150d5fa7e4ecc9888;p=re2c - This is actually a 'no' switch --- diff --git a/main.cc b/main.cc index 2cf85d6a..45c9d60b 100644 --- a/main.cc +++ b/main.cc @@ -42,7 +42,7 @@ static const mbo_opt_struct OPTIONS[] = mbo_opt_struct('e', 0, "ecb"), mbo_opt_struct('f', 0, "storable-state"), mbo_opt_struct('h', 0, "help"), - mbo_opt_struct('i', 0, "debug-info"), + mbo_opt_struct('i', 0, "no-debug-info"), mbo_opt_struct('o', 1, "output"), mbo_opt_struct('s', 0, "nested-ifs"), mbo_opt_struct('v', 0, "version"),