Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add docs on specifying parrot options.
  • Loading branch information
coke committed Apr 14, 2010
1 parent aae95f4 commit 2ec0e4e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/running.pod
Expand Up @@ -4,7 +4,7 @@ perl6 - Rakudo Perl 6 Compiler

=head1 SYNOPSIS

perl6 [switches] [--] [programfile] [arguments]
perl6 [switches] [--] [programfile] [arguments]

=head1 DESCRIPTION

Expand All @@ -22,6 +22,15 @@ by default also executes the compiled code.

Note that only boolean single-letter options may be bundled

=head1 PARROT OPTIONS

To specify options to the underlying parrot VM, you must explicitly run
parrot; you cannot specify these options by using the C<perl6> executable.

parrot [parrot switches] perl6.pbc [switches] [--] [programfile] [arguments]

See C<parrot --help> for a list of valid parrot options.

=head1 AUTHORS

Written by the Rakudo contributors, see the CREDITS file.
Expand Down

0 comments on commit 2ec0e4e

Please sign in to comment.