a8b6ed833a30
Remove --stdin for now.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 22 Sep 2012 15:40:00 -0400 |
parents | f393d2ad42d7 |
children | d6c518c8ab39 |
branches/tags | (none) |
files | ffind |
Changes
--- a/ffind Sat Sep 22 15:31:16 2012 -0400 +++ b/ffind Sat Sep 22 15:40:00 2012 -0400 @@ -100,9 +100,6 @@ p.add_option('-v', '--invert', action='store_true', default=False, help='invert match') - p.add_option('--stdin', - action='store_true', default=False, - help='restrict possible matches to paths given on stdin') # Case sensitivity g = OptionGroup(p, "Configuring Case Sensitivity")