Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t0021: keep filter log files on comparison
[gitweb.git]
/
help.c
diff --git
a/help.c
b/help.c
index 0c65a2d21c2c663671407a1ec1d612ce02d0a32b..db7f3d79a016881639a8c0640451afe35b011e5e 100644
(file)
--- a/
help.c
+++ b/
help.c
@@
-370,8
+370,8
@@
const char *help_unknown_cmd(const char *cmd)
if (SIMILAR_ENOUGH(best_similarity)) {
fprintf_ln(stderr,
- Q_("\n
Did you mean this?
",
- "\n
Did you mean one of these?
",
+ Q_("\n
The most similar command is
",
+ "\n
The most similar commands are
",
n));
for (i = 0; i < n; i++)