Commit 928e997f by Alex Chaffee

remove silly -l shortcut from --model-dir option

parent 8d4c8207
......@@ -12,7 +12,7 @@ OptionParser.new do |opts|
opts.on('-r', '--routes') { task = :annotate_routes }
opts.on('-v', '--version') { puts "Annotate v#{Annotate::VERSION}"; exit }
opts.on('-m', '--show-migration') { ENV['include_version'] = "yes" }
opts.on('-l', '--model-dir dir') {|dir| ENV['model_dir'] = dir }
opts.on('--model-dir dir') {|dir| ENV['model_dir'] = dir }
end.parse!
begin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment