Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/bs-is-a-dir-sep-on-windows' into maint
[gitweb.git]
/
help.c
diff --git
a/help.c
b/help.c
index bc6cd19cf3a5e4300e32cbdd437b2d9231fd2d89..a07f01e6f9fc7895f27f3ee9a4a7e291ce995b0f 100644
(file)
--- a/
help.c
+++ b/
help.c
@@
-411,8
+411,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++)