lib/after.rb in after-0.8.3 vs lib/after.rb in after-0.8.4

- old
+ new

@@ -57,10 +57,10 @@ $VERBOSE = true end $DISPLAY_ALL = false # TODO real command line parsing, yikes for this stuff! - if ARGV[0].in? ['-l', '--list'] + if ARGV[0].in? ['-l', '--list', '-ls'] ARGV.shift $DISPLAY_ALL = true query = ARGV.shift || '' got = After.find_pids(query) if got.empty?