mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-21 20:38:54 +00:00
Merge pull request #344 from trolley/typo-fix
Fix typo in alias warning
This commit is contained in:
commit
967e30d914
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user