From f180d199dcb0217ea9750ab0a788217689733c41 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Mar 2025 01:11:03 +0100 Subject: Further help clarification. --- src/lib/encode_cli.cc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/lib/encode_cli.cc') diff --git a/src/lib/encode_cli.cc b/src/lib/encode_cli.cc index 77970ea2b..67c82c141 100644 --- a/src/lib/encode_cli.cc +++ b/src/lib/encode_cli.cc @@ -69,11 +69,12 @@ help(function out) out(fmt::format("Syntax: {} [OPTION] [COMMAND] []\n", program_name)); out("\nCommands:\n\n"); - out(" make-dcp make DCP from the given film; default if no other command is specified\n"); - out(variant::insert_dcpomatic(" list-servers display a list of encoding servers that %1 can use (until Ctrl-C)\n")); - out(" dump show a summary of the film's settings\n"); + out(" make-dcp make DCP from the given film; default if no other command is specified\n"); + out(variant::insert_dcpomatic(" list-servers display a list of encoding servers that %1 can use (until Ctrl-C)\n")); + out(" dump show a summary of the film's settings\n"); - out(variant::insert_dcpomatic("\n -v, --version show %1 version\n")); + out("\nOptions:\n\n"); + out(variant::insert_dcpomatic(" -v, --version show %1 version\n")); out(" -h, --help show this help\n"); out(" -f, --flags show flags passed to C++ compiler on build\n"); out(" -n, --no-progress do not print progress to stdout\n"); @@ -92,6 +93,8 @@ help(function out) out(" --export-format export project to a file, rather than making a DCP: specify mov or mp4\n"); out(" --export-filename filename to export to with --export-format\n"); out(" --hints analyze film for hints before encoding and abort if any are found\n"); + out("\ne.g.\n"); + out(fmt::format("\n {} -t 4 make-dcp my_great_movie\n", program_name)); out("\n"); } -- cgit v1.2.3