diff --git a/src/ponysay.py b/src/ponysay.py index c1217928..9abb81e2 100755 --- a/src/ponysay.py +++ b/src/ponysay.py @@ -285,8 +285,8 @@ class Ponysay(): else: args.opts[sl] = args.opts[ssl] ## Save whether standard or extra ponies are used - self.usingstandard = test('-f', '-F', '-q') # -Q - self.usingextra = test('+f', '-F') # +q -Q + self.usingstandard = test('-f', '-F', '-q', '-Q') + self.usingextra = test('+f', '-F', '+q', '-Q') ## Run modes if test('-h'): args.help()