From 6f717ea59a2c1928a0966cab5ede87d39221441d Mon Sep 17 00:00:00 2001 From: thurston Date: Wed, 18 Mar 2009 03:03:38 +0000 Subject: [PATCH] Updated usage information concerning which host languages support which code styles. git-svn-id: http://svn.complang.org/ragel/trunk@748 052ea7fc-9027-0410-9066-f65837a77df0 --- ragel/main.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ragel/main.cpp b/ragel/main.cpp index 970fefc..2e7d989 100644 --- a/ragel/main.cpp +++ b/ragel/main.cpp @@ -133,17 +133,18 @@ void usage() " -J The host language is Java\n" " -R The host language is Ruby\n" " -A The host language is C#\n" -"line direcives: (C/D/C# only)\n" +"line direcives: (C/D/C#)\n" " -L Inhibit writing of #line directives\n" -"code style: (C/Ruby/C# only)\n" +"code style: (C/D/Java/Ruby/C#)\n" " -T0 Table driven FSM (default)\n" +"code style: (C/D/Ruby/C#)\n" " -T1 Faster table driven FSM\n" " -F0 Flat table driven FSM\n" " -F1 Faster flat table-driven FSM\n" -"code style: (C/C# only)\n" +"code style: (C/D/C#)\n" " -G0 Goto-driven FSM\n" " -G1 Faster goto-driven FSM\n" -"code style: (C only)\n" +"code style: (C/D)\n" " -G2 Really fast goto-driven FSM\n" " -P N-Way Split really fast goto-driven FSM\n" ; -- 2.7.4