projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eb965e
)
Fix typo (#2956).
v2.18.6
author
Carl Hetherington
<cth@carlh.net>
Wed, 22 Jan 2025 16:12:14 +0000
(17:12 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Wed, 22 Jan 2025 16:12:14 +0000
(17:12 +0100)
src/lib/kdm_cli.cc
patch
|
blob
|
history
diff --git
a/src/lib/kdm_cli.cc
b/src/lib/kdm_cli.cc
index c820fb22afbc845ba7889163e2582f120bd304e9..83d3028aaa7ac84ca096b1a5c3eb380d2db65038 100644
(file)
--- a/
src/lib/kdm_cli.cc
+++ b/
src/lib/kdm_cli.cc
@@
-656,7
+656,7
@@
try
return {};
}
- if (command == "dump-dec
c
ryption-certificate") {
+ if (command == "dump-decryption-certificate") {
dump_decryption_certificate(out);
return {};
}