From: Carl Hetherington Date: Thu, 8 Sep 2022 23:54:32 +0000 (+0200) Subject: KDM CLI help tweak. X-Git-Tag: v2.16.25~3 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=1e12bd69a8c7d46d54aa947debcf77230361f972 KDM CLI help tweak. --- diff --git a/src/lib/kdm_cli.cc b/src/lib/kdm_cli.cc index 79e65f9de..a6656fa0e 100644 --- a/src/lib/kdm_cli.cc +++ b/src/lib/kdm_cli.cc @@ -70,8 +70,8 @@ help (std::function out) out (" -e, --email email KDMs to cinemas"); out (" -z, --zip ZIP each cinema's KDMs into its own file"); out (" -v, --verbose be verbose"); - out (" -c, --cinema specify a cinema, either by name or email address"); - out (" -S, --screen screen description"); + out (" -c, --cinema cinema name (when using -C) or name/email (to filter cinemas)"); + out (" -S, --screen screen name (when using -C) or screen name (to filter screens when using -c)"); out (" -C, --certificate file containing projector certificate"); out (" -T, --trusted-device file containing a trusted device's certificate"); out (" --list-cinemas list known cinemas from the DCP-o-matic settings");