mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-19 17:03:58 +00:00
Merge pull request #3179 from arielb2/master
print_usage functions is defined but not used
This commit is contained in:
commit
3c4442a2aa
@ -135,6 +135,8 @@ static void parse_options(describe_options *opts, int argc, char **argv)
|
||||
} else if (match_int_arg((int *)&opts->format_options.abbreviated_size, &args, "--abbrev", 0)) {
|
||||
} else if (match_int_arg((int *)&opts->describe_options.max_candidates_tags, &args, "--candidates", 0)) {
|
||||
} else if (match_str_arg(&opts->describe_options.pattern, &args, "--match")) {
|
||||
} else {
|
||||
print_usage();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user