Fix spacing of help text.
authorCarl Hetherington <cth@carlh.net>
Fri, 6 Jun 2014 09:00:40 +0000 (10:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 6 Jun 2014 09:00:40 +0000 (10:00 +0100)
src/tools/dcpomatic_server_cli.cc

index f43dd10bc4e09a2c8689de4c11aa24f6e78c88ec..56802d8aef07a43b357c8371767d5d83eea33826 100644 (file)
@@ -52,7 +52,7 @@ help (string n)
 {
        cerr << "Syntax: " << n << " [OPTION]\n"
             << "  -v, --version      show DCP-o-matic version\n"
-            << "  -h, --help         show this help\n"
+            << "  -h, --help         show this help\n"
             << "  -t, --threads      number of parallel encoding threads to use\n"
             << "  --verbose          be verbose to stdout\n"
             << "  --log              write a log file of activity\n";