X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fkdm_cli.cc;h=a6656fa0e52ba736a5190447839d05bb8bf5506a;hp=79e65f9de4a2dcba16324aac9779d7357df13171;hb=1e12bd69a8c7d46d54aa947debcf77230361f972;hpb=3e1f008d416a5d0493b799599e1e6ee29785d754 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");