diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-08-12 16:21:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-08-12 16:21:29 +0200 |
| commit | 2bcb0fd85d9057c48eaac03f9d5896b8b394d8cb (patch) | |
| tree | ddf7706044d4f0ae36d4692d6c39da128c39cc48 /src/lib/kdm_cli.cc | |
| parent | a8d99132613d5e61931ef815e2988f859ba522d3 (diff) | |
More detailed KDM CLI help.
Diffstat (limited to 'src/lib/kdm_cli.cc')
| -rw-r--r-- | src/lib/kdm_cli.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/kdm_cli.cc b/src/lib/kdm_cli.cc index 98c77bc4e..c0172d212 100644 --- a/src/lib/kdm_cli.cc +++ b/src/lib/kdm_cli.cc @@ -72,6 +72,12 @@ help(std::function<void (string)> out) out(variant::insert_dcpomatic(" add-dkdm add DKDM to {}'s list")); out(variant::insert_dcpomatic(" dump-decryption-certificate write the {} KDM decryption certificate to the console")); out(""); + out("Parameters:"); + out(""); + out(" FILM a folder containing a DCP-o-matic project"); + out(" CPL-ID ID of a CPL that is DCP-o-matic has a DKDM for"); + out(" DKDM a DKDM file"); + out(""); out(" -h, --help show this help"); out(" -o, --output <path> output file or directory"); out(" -K, --filename-format <format> filename format for KDMs"); |
