aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-21 16:21:35 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-21 16:21:35 +0200
commitb66b3b5bfc842b1224c5b6bcd2f0c6737f2f0f8b (patch)
tree8f2862f1bc4d287725899f9598b2dcd336f86126 /ponysay
parent504a6bd5f5a13d19fee54fcbec537bdab983e2ba (diff)
downloadponysay-b66b3b5bfc842b1224c5b6bcd2f0c6737f2f0f8b.tar.gz
ponysay-b66b3b5bfc842b1224c5b6bcd2f0c6737f2f0f8b.tar.bz2
ponysay-b66b3b5bfc842b1224c5b6bcd2f0c6737f2f0f8b.zip
in case you want to run `ponysay -l | less -r`
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay4
1 files changed, 0 insertions, 4 deletions
diff --git a/ponysay b/ponysay
index 36b4ca3..a329fd5 100755
--- a/ponysay
+++ b/ponysay
@@ -46,10 +46,6 @@ class Ponysay():
args.help()
return
- if (args.opts['-l'] is not None) and pipelineout:
- args.opts['--onelist'] = args.opts['-l']
- args.opts['-l'] = None
-
if args.opts['-h'] is not None: args.help()
elif args.opts['--quoters'] is not None: self.quoters()
elif args.opts['--onelist'] is not None: self.onelist()