summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_server_cli.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-06 10:00:40 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-06 10:00:40 +0100
commit488e72be395001b7b29e30bb5d5c0db956b62917 (patch)
treeebacac543025c96598a34c7fa015823e3c29f10a /src/tools/dcpomatic_server_cli.cc
parent7f7c35f1dd5032b22c6af20db7caca3335096a0d (diff)
Fix spacing of help text.
Diffstat (limited to 'src/tools/dcpomatic_server_cli.cc')
-rw-r--r--src/tools/dcpomatic_server_cli.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_server_cli.cc b/src/tools/dcpomatic_server_cli.cc
index f43dd10bc..56802d8ae 100644
--- a/src/tools/dcpomatic_server_cli.cc
+++ b/src/tools/dcpomatic_server_cli.cc
@@ -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";