Author: particle
Date: Mon Mar 20 14:06:25 2006
New Revision: 11956

Modified:
   trunk/compilers/pge/rulec.pir

Log:
pge: rule compiler documentation updates

Modified: trunk/compilers/pge/rulec.pir
==============================================================================
--- trunk/compilers/pge/rulec.pir       (original)
+++ trunk/compilers/pge/rulec.pir       Mon Mar 20 14:06:25 2006
@@ -31,7 +31,7 @@
 
 =over 4
 
-=item help
+=item --help
 
 Print a friendly help message.
 
@@ -124,12 +124,16 @@
 
     unless it_comp goto IT_DONE
     shift comp, it_comp
-    print " - "
+    print "  * "
     print comp
     print "\n"
     goto IT_NEXT
 
   IT_DONE:
+    print <<"OPTIONS"
+ Options:
+  --help         -- print this message
+OPTIONS
     goto END
 
   ERR_TOO_FEW_ARGS:

Reply via email to