Tweak formatting of help().
authorCarl Hetherington <cth@carlh.net>
Tue, 12 Nov 2013 00:03:24 +0000 (00:03 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 12 Nov 2013 00:03:48 +0000 (00:03 +0000)
src/tools/dcpomatic_cli.cc

index 90e11a9d140b2885060add087d4c4c6cf3fcb581..c40ea6662b8f0c7b0b1b476933cb770a03406fcd 100644 (file)
@@ -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"