Skip to content

Commit

Permalink
"maybe you mean" sounds weird
Browse files Browse the repository at this point in the history
[ci skip]

Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 11, 2015
1 parent 2ab4331 commit 7703624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/__main__.py
Expand Up @@ -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:
Expand Down

0 comments on commit 7703624

Please sign in to comment.