]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cc/test-helper-bloom-usage-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Apr 2021 22:28:52 +0000 (15:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Apr 2021 22:28:52 +0000 (15:28 -0700)
Usage message fix for a test helper.

* cc/test-helper-bloom-usage-fix:
  test-bloom: fix missing 'bloom' from usage string

1  2 
t/helper/test-bloom.c

index 2a1ae3dae6ab173399a6749b646c05a8e1be1969,bfabf9c5f45428483ac002d828ae8377e2914d6f..ad3ef1cd77ae1b98db3c46980d1439f1ca5f56e7
@@@ -46,9 -44,9 +46,9 @@@ static void get_bloom_filter_for_commit
  }
  
  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";
+ "  test-tool bloom get_filter_for_commit <commit-hex>\n";
  
  int cmd__bloom(int argc, const char **argv)
  {