1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-05 19:06:10 +02: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:
Derrick Stolee 2020-05-01 15:30:19 +00:00 committed by Junio C Hamano
parent eb591e42fd
commit 54c337be9c

View File

@ -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";