git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
eb591e4
)
test-bloom: fix usage typo
author
Derrick Stolee
<redacted>
Fri, 1 May 2020 15:30:19 +0000
(15:30 +0000)
committer
Junio C Hamano
<redacted>
Fri, 1 May 2020 18:41:21 +0000
(11:41 -0700)
Signed-off-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/helper/test-bloom.c
patch
|
blob
|
history
diff --git
a/t/helper/test-bloom.c
b/t/helper/test-bloom.c
index 77eb27adac746e038b4e73f0e356354d3cfd9570..00c1d44a56105822f7de7849c44ed593f7d1a8a4 100644
(file)
--- a/
t/helper/test-bloom.c
+++ b/
t/helper/test-bloom.c
@@
-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_murm
e
r3 <string>\n"
+" test-tool bloom get_murm
u
r3 <string>\n"
" test-tool bloom generate_filter <string> [<string>...]\n"
" test-tool get_filter_for_commit <commit-hex>\n";
git clone https://git.99rst.org/PROJECT