diff --git a/help.c b/help.c index be2fa642415f68..c020a54aab8781 100644 --- a/help.c +++ b/help.c @@ -750,7 +750,7 @@ NORETURN void help_unknown_ref(const char *ref, const char *cmd, if (suggested_refs.nr > 0) { fprintf_ln(stderr, - Q_("\nDid you mean this?", + Q_("\nDid you mean this? (see help.autocorrect to run automatically)", "\nDid you mean one of these?", suggested_refs.nr)); for (i = 0; i < suggested_refs.nr; i++)