Skip to content

Commit 606dba7

Browse files
committed
clarify implementation-specific sounding/implying examples in S19 with another example.
See S02:2985 for another example of multiplicity.
1 parent 7d7fdaf commit 606dba7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

S19-commandline.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ The command line is broken down into two basic elements: a I<program>, and
6565
I<arguments>. Each command line element is whitespace separated, so elements
6666
containing whitespace must be quoted. The I<program> processes the arguments
6767
and performs the requested actions. It looks something like F</usr/bin/perl6>,
68-
F<parrot perl6.pbc>, or F<rakudo>, and is followed by zero or more I<arguments>.
68+
F<parrot perl6.pbc>, or F<rakudo> (or F<mono niecza.exe>, et cetera),
69+
and is followed by zero or more I<arguments>.
6970
Perl 6 does not do any processing of the I<program> portion of the command
7071
line, but it is made available at run-time via the C<< PROCESS::<$PROGRAM_NAME> >>
7172
variable.

0 commit comments

Comments
 (0)