From 50ef42e47cce8486c6284969226a6cb1bfd29880 Mon Sep 17 00:00:00 2001 From: Ulya Fokanova Date: Thu, 23 Jan 2014 13:17:31 +0300 Subject: [PATCH] Added '-8' option to usage. --- re2c/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re2c/main.cc b/re2c/main.cc index 971433e6..e8a9a819 100644 --- a/re2c/main.cc +++ b/re2c/main.cc @@ -133,7 +133,7 @@ static const mbo_opt_struct OPTIONS[] = static void usage() { - std::cerr << "usage: re2c [-bcdDefFghirsuvVw1] [-o of] [-t th] file\n" + std::cerr << "usage: re2c [-bcdDefFghirsuvVw18] [-o of] [-t th] file\n" "\n" "-? -h --help Display this info.\n" "\n" -- 2.40.0