summaryrefslogtreecommitdiff
path: root/doc/manual/dcpomatic_cli.xml
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-10 22:19:30 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-10 22:19:30 +0100
commit640e30afec63fe0ceab064c1082450a77c75f9d3 (patch)
tree3cdbc703529cdfd4c529fa64516e752487a1b1cb /doc/manual/dcpomatic_cli.xml
parentc435d59179bfbeb500309d80989ca7f45edb51a2 (diff)
Update manual for new CLI options.
Diffstat (limited to 'doc/manual/dcpomatic_cli.xml')
-rw-r--r--doc/manual/dcpomatic_cli.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic_cli.xml b/doc/manual/dcpomatic_cli.xml
index 531ca813b..debf6259f 100644
--- a/doc/manual/dcpomatic_cli.xml
+++ b/doc/manual/dcpomatic_cli.xml
@@ -13,5 +13,9 @@
<listitem><code>-d</code>, <code>--dcp-path</code> &#8212; echo DCP's path to stdout on successful completion (implies -n)</listitem>
<listitem><code>-c</code>, <code>--config &lt;dir&gt;</code> &#8212; directory containing config.xml and cinemas.xml</listitem>
<listitem><code>--dump</code> &#8212; just dump a summary of the film's settings; don't encode</listitem>
+<listitem><code>--no-check</code> &#8212; don't check project's content files for changes before making the DCP</listitem>
+<listitem><code>--export-format &lt;format&gt;</code> &#8212; export project to a file, rather than making a DCP: specify mov or mp4</listitem>
+<listitem><code>--export-filename &lt;filename&gt;</code> &#8212; filename to export to with --export-format</listitem>
+<listitem><code>--hints</code> &#8212; analyze film for hints before encoding and abort if any are found</listitem>
</itemizedlist>
</para> \ No newline at end of file