Skip to content

Commit 2f97dd4

Browse files
committed
X<>'s that were not supposed to show
1 parent cb7233b commit 2f97dd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/create-cli.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Usage:
168168
--verbose required verbosity
169169
=end code
170170
171-
X<%*SUB-MAIN-OPTS>
171+
X<|%*SUB-MAIN-OPTS>
172172
=head3 %*SUB-MAIN-OPTS
173173
174174
It's possible to alter how arguments are processed before they're passed
@@ -187,7 +187,7 @@ For instance:
187187
188188
Available options are:
189189
190-
X<named-anywhere>
190+
X<|named-anywhere>
191191
=head4 named-anywhere
192192
193193
By default, named arguments passed to the program (i.e., C<MAIN>)
@@ -200,7 +200,7 @@ the above program can be called with:
200200
$ perl6 example.p6 1 --c=2 3 --d=4
201201
=end code
202202
203-
X<hidden-from-USAGE>
203+
X<|hidden-from-USAGE>
204204
=head3 is hidden-from-USAGE
205205
206206
Sometimes you want to exclude a MAIN candidate from being shown in any
@@ -237,7 +237,7 @@ Usage:
237237
238238
Which, although technically correct, doesn't read as well.
239239
240-
X<declarator,unit (MAIN)>
240+
X<|declarator,unit (MAIN)>
241241
=head2 Unit-scoped definition of MAIN
242242
243243
If the entire program body resides within C<MAIN>, you can use the C<unit>

0 commit comments

Comments
 (0)