summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-21 15:55:12 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-21 15:55:12 +0100
commitfc1ee38a0987911b0fec7bd0726d466e490f4a2e (patch)
treef2973d03e26f63c8558c8cbbda7b07370b301d2c /src
parent0af6137ad0d5bb8904c60457c89770508aa3774a (diff)
Tweak help string.
Diffstat (limited to 'src')
-rw-r--r--src/tools/makedcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/makedcp.cc b/src/tools/makedcp.cc
index 5856ba0aa..7bf87da0c 100644
--- a/src/tools/makedcp.cc
+++ b/src/tools/makedcp.cc
@@ -42,7 +42,7 @@ help (string n)
cerr << "Syntax: " << n << " [OPTION] <FILM>\n"
<< " -h, --help show this help\n"
<< " -d, --deps list DVD-o-matic dependency details and quit\n"
- << " -t, --test run in test mode (repeatable UUID generation and timestamps)\n"
+ << " -t, --test run in test mode (repeatable UUID generation, timestamps etc.)\n"
<< " -n, --no-progress do not print progress to stdout\n"
<< "\n"
<< "<FILM> is the film directory.\n";