summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-14 15:50:14 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-14 15:50:14 +0000
commitf218289708a9912f73707cb4bef13ffc469c1296 (patch)
tree2b4772f4478239ba82e7de52a86307c3344aa2c2
parent73e2962cef1a003e26e7cc88df032743b3a83e46 (diff)
Help fix in dcpkdm tool.
-rw-r--r--tools/dcpkdm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpkdm.cc b/tools/dcpkdm.cc
index 7ea2df5b..a04e4ba0 100644
--- a/tools/dcpkdm.cc
+++ b/tools/dcpkdm.cc
@@ -46,7 +46,7 @@ using boost::optional;
static void
help (string n)
{
- cerr << "Syntax: " << n << " [OPTION] <KDM>]\n"
+ cerr << "Syntax: " << n << " [OPTION] <KDM>\n"
<< " -h, --help show this help\n"
<< " -p, --private-key private key file\n";
}