summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-30 01:24:11 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-30 01:24:11 +0100
commit41d24e497a37a0e5d2f8077ed3e4cffaa946b3b4 (patch)
tree645f3ff0bd6ee7fedf57a7b9dd9aa8d18673c76c /tools
parent03257d7e08986d1333190f447e5d64c609ade981 (diff)
Fix typo in help.
Diffstat (limited to 'tools')
-rw-r--r--tools/dcpdecryptmxf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpdecryptmxf.cc b/tools/dcpdecryptmxf.cc
index 1cdb58ec..a375093c 100644
--- a/tools/dcpdecryptmxf.cc
+++ b/tools/dcpdecryptmxf.cc
@@ -62,7 +62,7 @@ static void
help (string n)
{
cerr << "Re-write a MXF (decrypting it if required)\n"
- << "Syntax: " << n << " [OPTION] <MXF>]\n"
+ << "Syntax: " << n << " [OPTION] <MXF>\n"
<< " --version show libdcp version\n"
<< " -v, --verbose be verbose\n"
<< " -h, --help show this help\n"