mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-04 00:11:27 +01:00
typo + suggest +q and -Q
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
2bd19a8eba
commit
b022044698
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue