[java2perl6] r95 committed - Add some documentation for --check

[email protected] Thu, 13 Aug 2009 03:59:38 +0000
Newsgroups perl.dbdi.dev
Message-ID <[email protected]>
Revision: 95
Author: perlpilot
Date: Wed Aug 12 20:59:18 2009
Log: Add some documentation for --check
http://code.google.com/p/java2perl6/source/detail?r=95

Modified:
  /trunk/bin/java2perl6

=======================================
--- /trunk/bin/java2perl6	Tue Aug 11 07:12:36 2009
+++ /trunk/bin/java2perl6	Wed Aug 12 20:59:18 2009
@@ -281,6 +281,11 @@
  be relative to the current directory or absolute.  Remember that the
  invoking user will need write permission on the directory.

+=item --check or -c
+
+Check the validity of the generated Perl 6 code by running it through
+the C<perl6> binary.  Note C<perl6> must be in the PATH.
+
  =item --nest or -n

  By default all output is generated at the top level of the C<--outdir>.