diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-29 23:50:53 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-11-29 23:50:53 -0700 |
| commit | eae26794146e8d32ff4cd533ffddc7f54fe2b3d6 (patch) | |
| tree | c5d5c71b09f407465e4ed60a4f5ec41639e54f1a | |
| parent | 0ef1496e28af430d82687710a9e2ca34d8f79bb9 (diff) | |
revise help text for -b CLI option
| -rw-r--r-- | lib/asciidoctor/cli/options.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/asciidoctor/cli/options.rb b/lib/asciidoctor/cli/options.rb index 41e055f4..e6251cee 100644 --- a/lib/asciidoctor/cli/options.rb +++ b/lib/asciidoctor/cli/options.rb @@ -45,8 +45,8 @@ module Asciidoctor EOS - opts.on('-b', '--backend BACKEND', 'set output format backend: [html5, xhtml5, docbook5, manpage] (default: html5)', - 'additional backends are supported via extensions (e.g., pdf, latex)') do |backend| + opts.on('-b', '--backend BACKEND', 'set backend output format: [html5, xhtml5, docbook5, manpage] (default: html5)', + 'additional backends are supported via extended converters (e.g., pdf, epub3)') do |backend| self[:attributes]['backend'] = backend end opts.on('-d', '--doctype DOCTYPE', ['article', 'book', 'manpage', 'inline'], |
