diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-14 16:15:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-14 16:15:26 +0000 |
| commit | d75cf725d6368f717832ccf3ca6cdb207b8e0cde (patch) | |
| tree | 67d82f40fe40bc9a9bdb3653ca0b09cd768fc0f6 | |
| parent | ce6ced029aefe5c3996bd61b0778bcd7433b2fb3 (diff) | |
Fix copy-and-paste error.
| -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 e640620a..c387442f 100644 --- a/tools/dcpdecryptmxf.cc +++ b/tools/dcpdecryptmxf.cc @@ -56,7 +56,7 @@ static void help (string n) { cerr << "Syntax: " << n << " [OPTION] <MXF>]\n" - << " -v, --version show DCP-o-matic version\n" + << " -v, --version show libdcp version\n" << " -h, --help show this help\n" << " -o, --output output filename\n" << " -k, --kdm KDM file\n" |
