Fix typo in alias warning

Fixes a small typo in the deprecated alias warning.
This commit is contained in:
Mark Trolley
2015-08-22 10:01:24 -04:00
parent 7315958ea9
commit 38ee31ebcb
+1 -1
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