summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_server_cli.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-17 01:10:58 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-17 01:10:58 +0100
commit98ff4e6e7789d7a5226eacb5bc16dbaa073510ad (patch)
tree0ab6585a545cb220249d75744660dd08c36af57c /src/tools/dcpomatic_server_cli.cc
parent77fd65d0dd95506b5b51802ab58b6bd5eae60dc7 (diff)
tabs -> spaces.
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 76d085034..b0c84b4eb 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";
}