Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 23, 2024
1 parent 3670d54 commit 10d6bbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bibcop.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1069,10 +1069,10 @@ sub fail {
"Usage:\n" .
" bibcop [<options>] <.bib file path>\n\n" .
"Options:\n" .
" -v, --version Print the current version of the tool and exit\n" .
" -v, --version Print the current version of Bibcop and exit\n" .
" -?, --help Print this help screen\n" .
" --fix Fix the errors and print a new version of the .bib file to the console\n" .
" -i, --in-place When used together with --fix, modifies the file in place, doesn't print it to the console\n" .
" -i, --in-place When used together with the --fix, modifies the file in place, doesn't print it to the console\n" .
" --verbose Print supplementary debugging information\n" .
" --no:XXX Disable one of the following checks (e.g. --no:wraps):\n" .
" tags Only some tags are allowed, while some of them are mandatory\n" .
Expand All @@ -1081,7 +1081,7 @@ sub fail {
" doi The presence of the 'doi' tag is mandatory in all entries\n" .
" inproc The booktitle of \@inproceedings must start with 'Proceedings of the'\n" .
" org The booktitle may not mention ACM or IEEE\n" .
" --latex Report errors in LaTeX format using \\PackageWarningNoLine command\n\n" .
" --latex Report errors in LaTeX format using the \\PackageWarningNoLine command\n\n" .
"If any issues, report to GitHub: https://github.com/yegor256/bibcop");
} elsif (exists $args{'--version'} or exists $args{'-v'}) {
info('0.0.0 0000-00-00');
Expand Down

0 comments on commit 10d6bbc

Please sign in to comment.