From 38ee31ebcbf7236988114ad4616a9f11751e3471 Mon Sep 17 00:00:00 2001 From: Mark Trolley Date: Sat, 22 Aug 2015 10:01:24 -0400 Subject: [PATCH] Fix typo in alias warning Fixes a small typo in the deprecated alias warning. --- thefuck/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thefuck/main.py b/thefuck/main.py index 24dc697c..2bdcae09 100644 --- a/thefuck/main.py +++ b/thefuck/main.py @@ -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