typo + suggest +q and -Q

Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2013-04-23 08:58:33 +02:00
parent 2bd19a8eba
commit b022044698

View file

@ -578,7 +578,7 @@ class Ponysay():
if not self.usingstandard: if not self.usingstandard:
printerr('Use -f/-q or -F if it a MLP:FiM pony'); printerr('Use -f/-q or -F if it a MLP:FiM pony');
if not self.usingextra: if not self.usingextra:
printerr('Have you tested +f or -F?'); printerr('Have you tested +f/+q or -F/-Q?');
exit(252) exit(252)
else: else:
file = pony[1][possibilities.index(pony[0])] file = pony[1][possibilities.index(pony[0])]
@ -634,7 +634,7 @@ class Ponysay():
quoteshash.add(quote) quoteshash.add(quote)
quotes.append(quote) quotes.append(quote)
## Create a set of all ponyes that have quotes ## Create a set of all ponies that have quotes
ponies = set() ponies = set()
for ponydir in ponydirs: for ponydir in ponydirs:
for pony in os.listdir(ponydir): for pony in os.listdir(ponydir):