summaryrefslogtreecommitdiff
path: root/docs/modules/cli
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-06-20 23:43:12 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-06-21 00:29:59 -0600
commit5497605fb5c0e7129f3db0e7714eb762d469b573 (patch)
tree38c83a83315b693dd84a28c1ed2788001d2032a3 /docs/modules/cli
parent3a43951cebf0dbbbbaa838963e94f53969a2b32d (diff)
update the documentation for the -e flag in the man page and CLI documentation (follow-up to #1444) [skip ci]
Diffstat (limited to 'docs/modules/cli')
-rw-r--r--docs/modules/cli/pages/options.adoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/modules/cli/pages/options.adoc b/docs/modules/cli/pages/options.adoc
index 4c4a2236..02095759 100644
--- a/docs/modules/cli/pages/options.adoc
+++ b/docs/modules/cli/pages/options.adoc
@@ -60,10 +60,9 @@ This option may be specified more than once.
This name is also used to build the full path to the custom converter templates.
If a template engine is not specified, it will be auto-detected based on the file extension of the custom converter templates found.
-*-e, --eruby*::
- Specifies the eRuby implementation to use for executing the custom converter templates written in ERB.
- Supported values are _erb_ and _erubis_.
- Defaults to _erb_.
+*-e, --embedded*::
+ Output an embeddable document, which excludes the header, the footer, and everything outside the body of the document.
+ This option is useful for producing documents that can be inserted into an external template.
*-I, --load-path*=_DIRECTORY_::
Add the specified directory to the load path, so that _-r_ can load extensions from outside the default Ruby load path.