From 6daf19c7cc360d4f92473d454fbcdd173941b728 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 22 Mar 2024 19:57:33 +0100 Subject: Rename --trusted-device to --trusted-device-certificate in the KDM CLI. --- src/lib/kdm_cli.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/kdm_cli.cc') diff --git a/src/lib/kdm_cli.cc b/src/lib/kdm_cli.cc index c5a431289..28b4012ea 100644 --- a/src/lib/kdm_cli.cc +++ b/src/lib/kdm_cli.cc @@ -73,8 +73,8 @@ help (std::function out) out (" -v, --verbose be verbose"); 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 (" -T, --trusted-device file containing a trusted device's certificate"); out (" -C, --projector-certificate file containing projector certificate"); + out (" -T, --trusted-device-certificate file containing a trusted device's certificate"); out (" --cinemas-file use the given file as a list of cinemas instead of the current configuration"); out (" --list-cinemas list known cinemas from the DCP-o-matic settings"); out (" --list-dkdm-cpls list CPLs for which DCP-o-matic has DKDMs"); @@ -488,8 +488,8 @@ try { "verbose", no_argument, 0, 'v' }, { "cinema", required_argument, 0, 'c' }, { "screen", required_argument, 0, 'S' }, - { "trusted-device", required_argument, 0, 'T' }, { "projector-certificate", required_argument, 0, 'C' }, + { "trusted-device-certificate", required_argument, 0, 'T' }, { "list-cinemas", no_argument, 0, 'B' }, { "list-dkdm-cpls", no_argument, 0, 'D' }, { "cinemas-file", required_argument, 0, 'E' }, -- cgit v1.2.3