Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
=item2 → =head2
  • Loading branch information
cfa committed Feb 5, 2019
1 parent 81de538 commit 13ca3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/create-cli.pod6
Expand Up @@ -24,7 +24,7 @@ This means that your MAIN subroutine may be a C<multi sub>, each candidate
of which is responsible for some part of processing the given command line
arguments.
=item2 Creating / showing usage information if calling C<MAIN> failed
=head2 Creating / showing usage information if calling C<MAIN> failed
If multi dispatch failed, then the user of the script should be informed as
well as possible as to why it failed. By default, this is done by inspecting
Expand Down

0 comments on commit 13ca3ad

Please sign in to comment.