Skip to content

Commit f897a9c

Browse files
authored
Fix incorrect output in example
Fixes #1299
1 parent 50b6194 commit f897a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/rb-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ the C<MAIN> subroutine.
974974
Verbosity on
975975
perl6 example.p6 --length=abc
976976
Usage:
977-
c.p6 [--length=<Int>] [--file=<Any>] [--verbose]
977+
example.p6 [--length=<Int>] [--file=<Any>] [--verbose]
978978
979979
Note that Perl 6 auto-generates a full usage message on error in
980980
command-line parsing.

0 commit comments

Comments
 (0)