summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-12 00:03:24 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-12 00:03:24 +0000
commite01bcff13a26ebd5158212d8fde57985afe2788e (patch)
tree1f57608a6237ce4f43a7873c00fd0fb4b373cc08 /src/tools
parentfbf1af9b5d14ce6a71ea184339ca7c30ed544167 (diff)
Tweak formatting of help().
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_cli.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc
index 90e11a9d1..c40ea6662 100644
--- a/src/tools/dcpomatic_cli.cc
+++ b/src/tools/dcpomatic_cli.cc
@@ -47,9 +47,9 @@ help (string n)
{
cerr << "Syntax: " << n << " [OPTION] <FILM>\n"
<< " -v, --version show DCP-o-matic version\n"
- << " -h, --help show this help\n"
- << " -d, --deps list DCP-o-matic dependency details and quit\n"
- << " -f, --flags show flags passed to C++ compiler on build\n"
+ << " -h, --help show this help\n"
+ << " -d, --deps list DCP-o-matic dependency details and quit\n"
+ << " -f, --flags show flags passed to C++ compiler on build\n"
<< " -n, --no-progress do not print progress to stdout\n"
<< " -r, --no-remote do not use any remote servers\n"
<< "\n"