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 7547a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check-copyright.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright The IETF Trust 2024. All Rights Reserved.
name: Copyright years
on: [pull_request, push]
permissions:
Expand Down
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 7547a31

Please sign in to comment.