Skip to content

Commit

Permalink
Adapt usage to reflect new "-" behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 4, 2020
1 parent 83b2a15 commit 45df9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Compiler.nqp
Expand Up @@ -143,7 +143,7 @@ With no arguments, enters a REPL (see --repl-mode option).
With a "[programfile]" or the "-e" option, compiles the given program
and, by default, also executes the compiled code.
- read program source from standard input until EOF is found
- read program source from STDIN or start REPL if a TTY
-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 enabled by default
Expand Down

0 comments on commit 45df9bc

Please sign in to comment.