Updated documentation for -S and -M.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 8 Jun 2007 13:32:42 +0000 (13:32 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 8 Jun 2007 13:32:42 +0000 (13:32 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@233 052ea7fc-9027-0410-9066-f65837a77df0

doc/ragel.1.in
ragel/main.cpp

index 681df0c..b160384 100644 (file)
@@ -79,10 +79,10 @@ are minimized once at the end. This is the default minimization option.
 Minimize after every operation.
 .TP
 .B \-S <spec>
-FSM specification to output for -V
+FSM specification to output (for rlgen-dot)
 .TP
 .B \-M <machine>
-Machine definition/instantiation to output for -V
+Machine definition/instantiation to output (for rlgen-dot)
 .TP
 .B \-C
 The host language is C, C++, Obj-C or Obj-C++. This is the default host language option.
index ae70c8b..6f929c3 100644 (file)
@@ -72,8 +72,8 @@ void usage()
 "   -l                   Minimize after most operations (default)\n"
 "   -e                   Minimize after every operation\n"
 "machine selection:\n"
-"   -S <spec>            FSM specification to output for -V\n"
-"   -M <machine>         Machine definition/instantiation to output for -V\n"
+"   -S <spec>            FSM specification to output (for rlgen-dot)\n"
+"   -M <machine>         Machine definition/instantiation to output (for rlgen-dot)\n"
 "host language:\n"
 "   -C                   The host language is C, C++, Obj-C or Obj-C++ (default)\n"
 "   -D                   The host language is D\n"