Skip to content

Commit

Permalink
Fixes rubocop complaint about too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
liaham committed Apr 2, 2024
1 parent 0e499eb commit d59fe0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/xapian_indexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
opts.separator('')
opts.separator('')
opts.separator('Options:')
opts.on('-d', '--index_db DB_PATH', 'Absolute path to index database according plugin settings in User Interface') do |db|
opts.on('-d', '--index_db DB_PATH', 'Absolute path to index database according plugin settings in UI') do |db|
db_root_path = db
end
opts.on('-s', '--stemming_lang a,b,c', Array, 'Comma separated list of stemming languages for indexing') do |s|
Expand Down

0 comments on commit d59fe0d

Please sign in to comment.