Skip to content

Commit 8446b38

Browse files
committed
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
2 parents 2279289 + dba94e3 commit 8446b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/helper/test-bloom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static void get_bloom_filter_for_commit(const struct object_id *commit_oid)
4848
static const char *bloom_usage = "\n"
4949
" test-tool bloom get_murmur3 <string>\n"
5050
" test-tool bloom generate_filter <string> [<string>...]\n"
51-
" test-tool get_filter_for_commit <commit-hex>\n";
51+
" test-tool bloom get_filter_for_commit <commit-hex>\n";
5252

5353
int cmd__bloom(int argc, const char **argv)
5454
{

0 commit comments

Comments
 (0)