File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3311,9 +3311,8 @@ semicolon-style declaration that controls the whole file.
3311
3311
3312
3312
If an attempted dispatch to C<MAIN> fails, the C<USAGE> routine is called.
3313
3313
If there is no C<USAGE> routine, a default message is printed to standard
3314
- error. If the C<MAIN> routine does not declare a named parameter C<:$help>,
3315
- and C<--help> is passed as a command line argument to the program, the usage
3316
- message is printed to standard output instead.
3314
+ error. If C<--help> is passed as a command line option to the program, the
3315
+ usage message is printed to standard output instead.
3317
3316
3318
3317
This usage message is automatically generated from the signature (or
3319
3318
signatures) of C<MAIN>. This message is generated at compile time,
You can’t perform that action at this time.
0 commit comments