diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-22 19:57:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-02 00:52:27 +0200 |
| commit | 4ac1d022056cb69a6fadb9c41a625787961029c2 (patch) | |
| tree | 1910bb17b479629e269c9fceb579fc89dfa9ef62 /test/kdm_cli_test.cc | |
| parent | 011538e79f10d08adb12be7397f5f38ffaba81d0 (diff) | |
Rename --certificate to --projector-certificate in KDM CLI.
Diffstat (limited to 'test/kdm_cli_test.cc')
| -rw-r--r-- | test/kdm_cli_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kdm_cli_test.cc b/test/kdm_cli_test.cc index 2e5e4760c..720cdc01f 100644 --- a/test/kdm_cli_test.cc +++ b/test/kdm_cli_test.cc @@ -62,7 +62,7 @@ BOOST_AUTO_TEST_CASE (kdm_cli_test_certificate) "--verbose", "--valid-from", "now", "--valid-duration", "2 weeks", - "--certificate", "test/data/cert.pem", + "--projector-certificate", "test/data/cert.pem", "-S", "my great screen", "-o", "build/test", "test/data/dkdm.xml" |
