Skip to content

Commit dba94e3

Browse files
chriscoolgitster
authored andcommitted
test-bloom: fix missing 'bloom' from usage string
Like 'get_murmur3' and 'generate_filter', 'get_filter_for_commit' is a subcommand of `test-tool bloom` not of `test-tool` itself. Signed-off-by: Christian Couder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1b4c57f commit dba94e3

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
@@ -46,7 +46,7 @@ static void get_bloom_filter_for_commit(const struct object_id *commit_oid)
4646
static const char *bloom_usage = "\n"
4747
" test-tool bloom get_murmer3 <string>\n"
4848
" test-tool bloom generate_filter <string> [<string>...]\n"
49-
" test-tool get_filter_for_commit <commit-hex>\n";
49+
" test-tool bloom get_filter_for_commit <commit-hex>\n";
5050

5151
int cmd__bloom(int argc, const char **argv)
5252
{

0 commit comments

Comments
 (0)