md5: Fix Perl mode long options.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	imp, allanjude, markj
Differential Revision:	https://reviews.freebsd.org/D43989
This commit is contained in:
Dag-Erling Smørgrav 2024-02-20 23:04:36 +01:00
parent e7308a60a5
commit 4db7ca2447

View file

@ -263,7 +263,8 @@ static const char *gnu_shortopts = "bctwz";
static const struct option perl_longopts[] = {
{ "algorithm", required_argument, 0, opt_algorithm },
{ "check", required_argument, 0, opt_check },
{ "binary", no_argument, 0, opt_binary },
{ "check", no_argument, 0, opt_check },
{ "help", no_argument, 0, opt_help },
{ "ignore-missing", no_argument, 0, opt_ignore_missing },
{ "quiet", no_argument, 0, opt_quiet },