Browse Source

test-bloom: fix usage typo

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Derrick Stolee 5 years ago committed by Junio C Hamano
parent
commit
54c337be9c
  1. 2
      t/helper/test-bloom.c

2
t/helper/test-bloom.c

@ -44,7 +44,7 @@ static void get_bloom_filter_for_commit(const struct object_id *commit_oid) @@ -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…
Cancel
Save