Skip to content

Commit

Permalink
perl -e is strict
Browse files Browse the repository at this point in the history
  • Loading branch information
teodozjan committed Sep 1, 2015
1 parent 5ba44fc commit 26abf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Compiler.nqp
Expand Up @@ -171,7 +171,7 @@ class Perl6::Compiler is HLL::Compiler {
-c check syntax only (runs BEGIN and CHECK blocks)
--doc extract documentation and print it as text
-e program one line of program, strict is disabled by default
-e program one line of program, strict is enabled by default
-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
Expand Down

0 comments on commit 26abf57

Please sign in to comment.