diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-14 15:50:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-14 15:50:14 +0000 |
| commit | f218289708a9912f73707cb4bef13ffc469c1296 (patch) | |
| tree | 2b4772f4478239ba82e7de52a86307c3344aa2c2 | |
| parent | 73e2962cef1a003e26e7cc88df032743b3a83e46 (diff) | |
Help fix in dcpkdm tool.
| -rw-r--r-- | tools/dcpkdm.cc | 2 |
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"; } |
