Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richsalz committed Jul 20, 2024
1 parent 95d4bc1 commit 0472544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/check-copyright
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ process()
}

## Parse JCL.
getopts('fhclm') || &usage(1);
getopts('hfvclm') || &usage(1);
&usage(0) if $opt_h;
if ( defined($opt_m) + defined($opt_l) + defined($opt_c) != 1 ) {
print STDERR "Must have exactly one of m/l/c options\n";
Expand Down

0 comments on commit 0472544

Please sign in to comment.