From b66b3b5bfc842b1224c5b6bcd2f0c6737f2f0f8b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 21 Aug 2012 16:21:35 +0200 Subject: in case you want to run `ponysay -l | less -r` --- ponysay | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ponysay') 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() -- cgit