1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-09-19 11:42:33 +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

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