KDM CLI help tweak.
authorCarl Hetherington <cth@carlh.net>
Thu, 8 Sep 2022 23:54:32 +0000 (01:54 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 8 Sep 2022 23:54:38 +0000 (01:54 +0200)
src/lib/kdm_cli.cc

index 79e65f9de4a2dcba16324aac9779d7357df13171..a6656fa0e52ba736a5190447839d05bb8bf5506a 100644 (file)
@@ -70,8 +70,8 @@ help (std::function<void (string)> 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");