Skip to content

Commit

Permalink
use consistent terminology in CLI usage for option that may be specif…
Browse files Browse the repository at this point in the history
…ied more than once
  • Loading branch information
mojavelinux committed May 19, 2024
1 parent 2d6745d commit bf35c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asciidoctor/cli/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def parse! args
self[:attributes][name] = val
end
opts.on '-T', '--template-dir DIR', 'a directory containing custom converter templates that override the built-in converter (requires tilt gem)',
'may be specified multiple times' do |template_dir|
'may be specified more than once' do |template_dir|
if self[:template_dirs].nil?
self[:template_dirs] = [template_dir]
elsif ::Array === self[:template_dirs]
Expand Down

0 comments on commit bf35c43

Please sign in to comment.