Skip to content

Commit

Permalink
report -I and -M options in --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 29, 2013
1 parent 9bf1806 commit 8976369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Compiler.nqp
Expand Up @@ -64,6 +64,8 @@ class Perl6::Compiler is HLL::Compiler {
-h, --help display this help text
-n run program once for each line of input
-p same as -n, but also print \$_ at the end of lines
-I path adds the path to the module search path
-M module loads the module prior to running the program
--target=[stage] specify compilation stage to emit
--optimize=[level] use the given level of optimization (0..3)
-t, --trace=[flags] enable trace flags, see 'parrot --help-debug'
Expand Down

0 comments on commit 8976369

Please sign in to comment.