Tweak help string.
authorCarl Hetherington <cth@carlh.net>
Sat, 21 Jul 2012 14:55:12 +0000 (15:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 21 Jul 2012 14:55:12 +0000 (15:55 +0100)
src/tools/makedcp.cc

index 5856ba0aae1e1463a9317c770f6c7e3a0625ce13..7bf87da0c578a5a1230e48f7110abe82ecb2d2e0 100644 (file)
@@ -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";