summaryrefslogtreecommitdiff
path: root/tools/dcpdiff.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-07 16:28:48 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-07 16:28:48 +0000
commit33de896f03af15f1b544b74f177aae917f66bac3 (patch)
tree395ea1e901e75d6c52216639ddc3dcde27253dea /tools/dcpdiff.cc
parent42b6c6985cade6a128482b19f93aecf3e66efe2d (diff)
Rename --names to --mxf-names.
Diffstat (limited to 'tools/dcpdiff.cc')
-rw-r--r--tools/dcpdiff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc
index bd6ab3d4..bf2a144c 100644
--- a/tools/dcpdiff.cc
+++ b/tools/dcpdiff.cc
@@ -37,7 +37,7 @@ help (string n)
<< " -V, --version show libdcp version\n"
<< " -h, --help show this help\n"
<< " -v, --verbose be verbose\n"
- << " -n, --names allow differing MXF names\n"
+ << " -n, --mxf-names allow differing MXF names\n"
<< " --cpl-annotation-texts allow differing CPL annotation texts\n"
<< " -m, --mean-pixel maximum allowed mean pixel error (default 5)\n"
<< " -s, --std-dev-pixel maximum allowed standard deviation of pixel error (default 5)\n"
@@ -93,7 +93,7 @@ main (int argc, char* argv[])
{ "version", no_argument, 0, 'V'},
{ "help", no_argument, 0, 'h'},
{ "verbose", no_argument, 0, 'v'},
- { "names", no_argument, 0, 'n'},
+ { "mxf-names", no_argument, 0, 'n'},
{ "mean-pixel", required_argument, 0, 'm'},
{ "std-dev-pixel", required_argument, 0, 's'},
{ "keep-going", no_argument, 0, 'k'},