summaryrefslogtreecommitdiff
path: root/utils/rapper.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2012-09-07 21:37:05 -0700
committerDave Beckett <dave@dajobe.org>2012-09-07 21:37:05 -0700
commit430a21084665da35a715e9055d72a13487972969 (patch)
treeb24739879c95794c8efc5aa90accda70483df4f1 /utils/rapper.c
parent92d1566c2d1c976482b67071cfa5be0a8538ab07 (diff)
downloadraptor-430a21084665da35a715e9055d72a13487972969.tar.gz
Remove -m MODE from help
This option was removed in commit f94fa561db05b21132b14a2b72f05b77e666c252 on Wed Apr 28 21:31:54 2010 -0700 as part of the Raptor V2 work.
Diffstat (limited to 'utils/rapper.c')
-rw-r--r--utils/rapper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/rapper.c b/utils/rapper.c
index c1301775..31affb8a 100644
--- a/utils/rapper.c
+++ b/utils/rapper.c
@@ -707,7 +707,6 @@ main(int argc, char *argv[])
puts(HELP_TEXT("f OPTION(=VALUE)", "feature OPTION(=VALUE)", HELP_PAD "Set parser or serializer options" HELP_PAD "Use `-f help' for a list of valid options"));
puts(HELP_TEXT("g", "guess ", "Guess the input syntax (same as -i guess)"));
puts(HELP_TEXT("h", "help ", "Print this help, then exit"));
- puts(HELP_TEXT("m MODE", "mode MODE ", "Set parser mode - 'lax' (default) or 'strict'"));
puts(HELP_TEXT("q", "quiet ", "No extra information messages"));
puts(HELP_TEXT("r", "replace-newlines", "Replace newlines with spaces in literals"));
#ifdef SHOW_GRAPHS_FLAG