diff --git a/t/helper/test-bloom.c b/t/helper/test-bloom.c index 2a1ae3dae6a..ad3ef1cd77a 100644 --- a/t/helper/test-bloom.c +++ b/t/helper/test-bloom.c @@ -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 \n" " test-tool bloom generate_filter [...]\n" -" test-tool get_filter_for_commit \n"; +" test-tool bloom get_filter_for_commit \n"; int cmd__bloom(int argc, const char **argv) {