mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
Merge branch 'cc/test-helper-bloom-usage-fix'
Usage message fix for a test helper. * cc/test-helper-bloom-usage-fix: test-bloom: fix missing 'bloom' from usage string
This commit is contained in:
commit
8446b388b1
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static void get_bloom_filter_for_commit(const struct object_id *commit_oid)
|
|||
static const char *bloom_usage = "\n"
|
||||
" test-tool bloom get_murmur3 <string>\n"
|
||||
" test-tool bloom generate_filter <string> [<string>...]\n"
|
||||
" test-tool get_filter_for_commit <commit-hex>\n";
|
||||
" test-tool bloom get_filter_for_commit <commit-hex>\n";
|
||||
|
||||
int cmd__bloom(int argc, const char **argv)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue