From 77036248c7c008349f37e329e8bce35c48175be2 Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Thu, 11 Jun 2015 20:24:47 +0200 Subject: [PATCH] "maybe you mean" sounds weird [ci skip] Signed-off-by: Chris Warrick --- nikola/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nikola/__main__.py b/nikola/__main__.py index cd53b9ee6a..da107a5d51 100644 --- a/nikola/__main__.py +++ b/nikola/__main__.py @@ -321,7 +321,7 @@ def run(self, cmd_args): for c in sub_cmds.keys(): d = lev(c, args[0]) sugg[d].append(c) - LOGGER.info('Maybe you mean "{}"?', '" or "'.join(sugg[min(sugg.keys())])) + LOGGER.info('Did you mean "{}"?', '" or "'.join(sugg[min(sugg.keys())])) return 3 if sub_cmds[args[0]] is not Help and not isinstance(sub_cmds[args[0]], Command): # Is a doit command if not self.nikola.configured: