From ba003c2a760d0635c818fdc19114b85026df9d81 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Nov 2013 00:03:24 +0000 Subject: [PATCH] Tweak formatting of help(). --- src/tools/dcpomatic_cli.cc | 6 +++--- 1 file 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] \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" -- 2.30.2