diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-01 15:39:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-04 11:44:15 +0100 |
| commit | 9c77426407f4fb7d07c854321d80e852e2147995 (patch) | |
| tree | 3a9fabd407f7586daa038b57617b8adde2751c28 | |
| parent | a5a71d047e9ebe7db34c27457cf178c541fe9147 (diff) | |
Fix typo in dcpomatic_kdm_cli help.
| -rw-r--r-- | src/tools/dcpomatic_kdm_cli.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_kdm_cli.cc b/src/tools/dcpomatic_kdm_cli.cc index bd4c4e623..45d93436e 100644 --- a/src/tools/dcpomatic_kdm_cli.cc +++ b/src/tools/dcpomatic_kdm_cli.cc @@ -68,7 +68,7 @@ help () " -t, --valid-to valid to time (in local time zone of the cinema) (e.g. \"2014-09-28 01:41:51\")\n" " -d, --valid-duration valid duration (e.g. \"1 day\", \"4 hours\", \"2 weeks\")\n" " -F, --formulation modified-transitional-1, multiple-modified-transitional-1, dci-any or dci-specific [default modified-transitional-1]\n" - " -a, --disable-forensic-marking-picture disable forensic marking of pictures essences\n" + " -p, --disable-forensic-marking-picture disable forensic marking of pictures essences\n" " -a, --disable-forensic-marking-audio disable forensic marking of audio essences (optionally above a given channel, e.g 12)\n" " -z, --zip ZIP each cinema's KDMs into its own file\n" " -v, --verbose be verbose\n" |
