summaryrefslogtreecommitdiff
path: root/src/tools/servomatic_cli.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-13 12:53:40 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-13 12:53:40 +0100
commit7ee21d16c01b90c22192cd10f118419881fe504e (patch)
treebc3bae7074a7d1624f4bdc62b903f5de026d4ed1 /src/tools/servomatic_cli.cc
parent77eb3dfabe6539affc037fb22f221d5ab0e123a9 (diff)
DVD-o-matic -> DCP-o-matic.
Diffstat (limited to 'src/tools/servomatic_cli.cc')
-rw-r--r--src/tools/servomatic_cli.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/servomatic_cli.cc b/src/tools/servomatic_cli.cc
index 6626d45b9..76d085034 100644
--- a/src/tools/servomatic_cli.cc
+++ b/src/tools/servomatic_cli.cc
@@ -51,7 +51,7 @@ static void
help (string n)
{
cerr << "Syntax: " << n << " [OPTION]\n"
- << " -v, --version show DVD-o-matic version\n"
+ << " -v, --version show DCP-o-matic version\n"
<< " -h, --help show this help\n"
<< " -t, --threads number of parallel encoding threads to use\n";
}
@@ -78,7 +78,7 @@ main (int argc, char* argv[])
switch (c) {
case 'v':
- cout << "dvdomatic version " << dvdomatic_version << " " << dvdomatic_git_commit << "\n";
+ cout << "dcpomatic version " << dcpomatic_version << " " << dcpomatic_git_commit << "\n";
exit (EXIT_SUCCESS);
case 'h':
help (argv[0]);