From: Junio C Hamano Date: Tue, 13 Apr 2021 22:28:52 +0000 (-0700) Subject: Merge branch 'cc/test-helper-bloom-usage-fix' X-Git-Tag: v2.32.0-rc0~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8446b388b17466a4bc5f4da09f4914e1059d064c;p=thirdparty%2Fgit.git 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 --- 8446b388b17466a4bc5f4da09f4914e1059d064c diff --cc t/helper/test-bloom.c index 2a1ae3dae6,bfabf9c5f4..ad3ef1cd77 --- a/t/helper/test-bloom.c +++ b/t/helper/test-bloom.c @@@ -46,9 -44,9 +46,9 @@@ static void get_bloom_filter_for_commit } static const char *bloom_usage = "\n" -" test-tool bloom get_murmer3 \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) {