summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"