Skip to content

Commit

Permalink
Fix verb tense in cmd line options
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Defreyne <[email protected]>
  • Loading branch information
pcantrell and denisdefreyne authored Jan 7, 2024
1 parent 8b14858 commit 2ebdb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adsf/bin/adsf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ OptionParser.new do |opts|
options[:index_filenames] = o.split(',')
end

opts.on('-x', '--auto-extensions [extensions]', 'Suffixes to automatically apply to requests (comma-separated, including dot)') do |o|
opts.on('-x', '--auto-extensions [extensions]', 'Specify suffixes to automatically apply to requests (comma-separated, including dot)') do |o|
options[:auto_extensions] = o.split(',')
end

Expand Down

0 comments on commit 2ebdb48

Please sign in to comment.