summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-02-09 21:26:53 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-09 21:26:53 +0100
commit0e34bd5aebe27f7cb69abacbbc0523accf14b77d (patch)
treeb8dee16821d583a4d48091ecf248df127fd30dbd /src/lib/create_cli.cc
parentfbd43ffd709e9ef3d3911304d4602d40acedf369 (diff)
Fix out-of-date help.
Diffstat (limited to 'src/lib/create_cli.cc')
-rw-r--r--src/lib/create_cli.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc
index 10196199a..c2378e603 100644
--- a/src/lib/create_cli.cc
+++ b/src/lib/create_cli.cc
@@ -55,7 +55,7 @@ string CreateCLI::_help =
" -s, --still-length <n> number of seconds that still content should last\n"
" --standard <standard> SMPTE or interop (default SMPTE)\n"
" --no-use-isdcf-name do not use an ISDCF name; use the specified name unmodified\n"
- " --config <dir> directory containing config.xml and cinemas.xml\n"
+ " --config <dir> directory containing config.xml and cinemas.sqlite3\n"
" --twok make a 2K DCP instead of choosing a resolution based on the content\n"
" --fourk make a 4K DCP instead of choosing a resolution based on the content\n"
" -o, --output <dir> output directory\n"