mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
test-bloom: fix usage typo
Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
eb591e42fd
commit
54c337be9c
@ -44,7 +44,7 @@ static void get_bloom_filter_for_commit(const struct object_id *commit_oid)
|
||||
}
|
||||
|
||||
static const char *bloom_usage = "\n"
|
||||
" test-tool bloom get_murmer3 <string>\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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user