1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00

Merge pull request #344 from trolley/typo-fix

Fix typo in alias warning
This commit is contained in:
Vladimir Iakovlev 2015-08-23 16:39:31 +03:00
commit 967e30d914

View File

@ -105,7 +105,7 @@ def fix_command():
def print_alias(entry_point=True):
if entry_point:
warn('`thefuck-alias` is deprecated, us `thefuck --alias` instead.')
warn('`thefuck-alias` is deprecated, use `thefuck --alias` instead.')
position = 1
else:
position = 2