diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-30 19:56:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-30 19:56:19 +0200 |
| commit | 0e6dc8bedbb7d6b621f24a864403240973322677 (patch) | |
| tree | ce0f22eb908bcb718359d1984f3bf8bab6f7e9e7 | |
| parent | 82546514c89c650acd2f52091685403e2a092bc5 (diff) | |
Tweak --export-filename help.
| -rw-r--r-- | src/tools/dcpomatic_cli.cc | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc index 1293eab0f..18ffcee90 100644 --- a/src/tools/dcpomatic_cli.cc +++ b/src/tools/dcpomatic_cli.cc @@ -59,22 +59,22 @@ static void help (string n) { cerr << "Syntax: " << n << " [OPTION] [<FILM>]\n" - << " -v, --version show DCP-o-matic version\n" - << " -h, --help show this help\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" - << " -t, --threads specify number of local encoding threads (overriding configuration)\n" - << " -j, --json <port> run a JSON server on the specified port\n" - << " -k, --keep-going keep running even when the job is complete\n" - << " -s, --servers <file> specify servers to use in a text file\n" - << " -l, --list-servers just display a list of encoding servers that DCP-o-matic is configured to use; don't encode\n" - << " -d, --dcp-path echo DCP's path to stdout on successful completion (implies -n)\n" - << " -c, --config <dir> directory containing config.xml and cinemas.xml\n" - << " --dump just dump a summary of the film's settings; don't encode\n" - << " --no-check don't check project's content files for changes before making the DCP\n" - << " --export-format <format> export project to a file, rather than making a DCP: specify mov or mp4\n" - << " --export-filename filename to export to with --export\n" + << " -v, --version show DCP-o-matic version\n" + << " -h, --help show this help\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" + << " -t, --threads specify number of local encoding threads (overriding configuration)\n" + << " -j, --json <port> run a JSON server on the specified port\n" + << " -k, --keep-going keep running even when the job is complete\n" + << " -s, --servers <file> specify servers to use in a text file\n" + << " -l, --list-servers just display a list of encoding servers that DCP-o-matic is configured to use; don't encode\n" + << " -d, --dcp-path echo DCP's path to stdout on successful completion (implies -n)\n" + << " -c, --config <dir> directory containing config.xml and cinemas.xml\n" + << " --dump just dump a summary of the film's settings; don't encode\n" + << " --no-check don't check project's content files for changes before making the DCP\n" + << " --export-format <format> export project to a file, rather than making a DCP: specify mov or mp4\n" + << " --export-filename <filename> filename to export to with --export-format\n" << "\n" << "<FILM> is the film directory.\n"; } |
