summaryrefslogtreecommitdiff
path: root/src/lib/kdm_cli.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-09 01:54:32 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-09 01:54:38 +0200
commit1e12bd69a8c7d46d54aa947debcf77230361f972 (patch)
treee3da8dbd8a0c3ee05c5dfd0f82ddf62101c7354c /src/lib/kdm_cli.cc
parent3e1f008d416a5d0493b799599e1e6ee29785d754 (diff)
KDM CLI help tweak.
Diffstat (limited to 'src/lib/kdm_cli.cc')
-rw-r--r--src/lib/kdm_cli.cc4
1 files changed, 2 insertions, 2 deletions
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<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");