From b022044698af881f494ad51b2d925b847190d052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Tue, 23 Apr 2013 08:58:33 +0200 Subject: [PATCH] typo + suggest +q and -Q MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/ponysay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ponysay.py b/src/ponysay.py index 75782824..0b755f72 100755 --- a/src/ponysay.py +++ b/src/ponysay.py @@ -578,7 +578,7 @@ class Ponysay(): if not self.usingstandard: printerr('Use -f/-q or -F if it a MLP:FiM pony'); if not self.usingextra: - printerr('Have you tested +f or -F?'); + printerr('Have you tested +f/+q or -F/-Q?'); exit(252) else: file = pony[1][possibilities.index(pony[0])] @@ -634,7 +634,7 @@ class Ponysay(): quoteshash.add(quote) quotes.append(quote) - ## Create a set of all ponyes that have quotes + ## Create a set of all ponies that have quotes ponies = set() for ponydir in ponydirs: for pony in os.listdir(ponydir):