mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-03 16:01:27 +01:00
fix two todos that was not marked as todos
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
a29db1e6b1
commit
cf122c4a8c
1 changed files with 2 additions and 2 deletions
|
@ -285,8 +285,8 @@ class Ponysay():
|
||||||
else: args.opts[sl] = args.opts[ssl]
|
else: args.opts[sl] = args.opts[ssl]
|
||||||
|
|
||||||
## Save whether standard or extra ponies are used
|
## Save whether standard or extra ponies are used
|
||||||
self.usingstandard = test('-f', '-F', '-q') # -Q
|
self.usingstandard = test('-f', '-F', '-q', '-Q')
|
||||||
self.usingextra = test('+f', '-F') # +q -Q
|
self.usingextra = test('+f', '-F', '+q', '-Q')
|
||||||
|
|
||||||
## Run modes
|
## Run modes
|
||||||
if test('-h'): args.help()
|
if test('-h'): args.help()
|
||||||
|
|
Loading…
Add table
Reference in a new issue