diff options
| -rw-r--r-- | tools/dcpdecryptmxf.cc | 2 |
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" |
