mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-03 07:51:28 +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:
|
||||
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):
|
||||
|
|
Loading…
Add table
Reference in a new issue