summaryrefslogtreecommitdiff
path: root/doc/manual/dcpomatic_kdm_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_kdm_cli.xml
parentc435d59179bfbeb500309d80989ca7f45edb51a2 (diff)
Update manual for new CLI options.
Diffstat (limited to 'doc/manual/dcpomatic_kdm_cli.xml')
-rw-r--r--doc/manual/dcpomatic_kdm_cli.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual/dcpomatic_kdm_cli.xml b/doc/manual/dcpomatic_kdm_cli.xml
index 283763a34..fc5635959 100644
--- a/doc/manual/dcpomatic_kdm_cli.xml
+++ b/doc/manual/dcpomatic_kdm_cli.xml
@@ -8,12 +8,13 @@
<listitem><code>-t</code>, <code>--valid-to</code> &#8212; valid to time (in local time zone of the cinema) (e.g. &#8220;2014-09-28 01:41:51&#8221;)</listitem>
<listitem><code>-d</code>, <code>--valid-duration</code> &#8212; valid duration (e.g. &#8220;1 day&#8221;, &#8220;4 hours&#8221;, &#8220;2 weeks&#8221;)</listitem>
<listitem><code>-F</code>, <code>--formulation</code> &#8212; modified-transitional-1, multiple-modified-transitional-1, dci-any or dci-specific [default modified-transitional-1]</listitem>
-<listitem><code>-a</code>, <code>--disable-forensic-marking-picture</code> &#8212; disable forensic marking of pictures essences</listitem>
+<listitem><code>-p</code>, <code>--disable-forensic-marking-picture</code> &#8212; disable forensic marking of pictures essences</listitem>
<listitem><code>-a</code>, <code>--disable-forensic-marking-audio</code> &#8212; disable forensic marking of audio essences (optionally above a given channel, e.g 12)</listitem>
+<listitem><code>-e</code>, <code>--email</code> &#8212; email KDMs to cinemas</listitem>
<listitem><code>-z</code>, <code>--zip</code> &#8212; ZIP each cinema's KDMs into its own file</listitem>
<listitem><code>-v</code>, <code>--verbose</code> &#8212; be verbose</listitem>
-<listitem><code>-c</code>, <code>--cinema</code> &#8212; specify a cinema, either by name or email address</listitem>
-<listitem><code>-S</code>, <code>--screen</code> &#8212; screen description</listitem>
+<listitem><code>-c</code>, <code>--cinema</code> &#8212; cinema name (when using -C) or name/email (to filter cinemas)</listitem>
+<listitem><code>-S</code>, <code>--screen</code> &#8212; screen name (when using -C) or screen name (to filter screens when using -c)</listitem>
<listitem><code>-C</code>, <code>--certificate</code> &#8212; file containing projector certificate</listitem>
<listitem><code>-T</code>, <code>--trusted-device</code> &#8212; file containing a trusted device's certificate</listitem>
<listitem><code>--list-cinemas</code> &#8212; list known cinemas from the DCP-o-matic settings</listitem>