diff options
Diffstat (limited to 'ag')
-rwxr-xr-x | ag | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ op = OptionParser.new do |opts| opts.on('--delete-index', 'Delete index. Needs --list') do abort 'Can only select one action' if $options.action != nil - $options.action = :do_index + $options.action = :do_delete_index $options.need_argument = false end |