Skip to content

Commit ec77beb

Browse files
authored
Merge pull request #2501 from hchienjo/fix-cmd-typo
Replace -v with --verbose
2 parents a454e6a + 417fcc8 commit ec77beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/create-cli.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Verbosity off
124124
Or this way with C<--verbose>:
125125
126126
=begin code :lang<shell>
127-
$ perl6 frobnicate.p6 -v
127+
$ perl6 frobnicate.p6 --verbose
128128
24
129129
file.dat
130130
Verbosity on

0 commit comments

Comments
 (0)