diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-12 00:03:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-12 00:03:24 +0000 |
| commit | e01bcff13a26ebd5158212d8fde57985afe2788e (patch) | |
| tree | 1f57608a6237ce4f43a7873c00fd0fb4b373cc08 /src/tools | |
| parent | fbf1af9b5d14ce6a71ea184339ca7c30ed544167 (diff) | |
Tweak formatting of help().
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_cli.cc | 6 |
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" |
