Tweak --export-filename help.
authorCarl Hetherington <cth@carlh.net>
Wed, 30 Mar 2022 17:56:19 +0000 (19:56 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 30 Mar 2022 17:56:19 +0000 (19:56 +0200)
src/tools/dcpomatic_cli.cc

index 1293eab0f4ef22523915d7c6d9ef8e4ed06b4be0..18ffcee903c96531ffe37d31b35af36257d5c004 100644 (file)
@@ -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";
 }