diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-02 20:13:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-03 21:56:16 +0100 |
| commit | 964f1f19f11392593f0893b419beb6f468e99844 (patch) | |
| tree | f44cdc02e74d802e85ede7d371bd46aea6513fee /src/lib/create_cli.cc | |
| parent | c1dc3e36a7547d5eff8f788b4471f3e8e913587f (diff) | |
Remove non-existant option from create help.
Diffstat (limited to 'src/lib/create_cli.cc')
| -rw-r--r-- | src/lib/create_cli.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc index ab5c5a3e3..2ca17f91b 100644 --- a/src/lib/create_cli.cc +++ b/src/lib/create_cli.cc @@ -47,7 +47,6 @@ 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" - " --no-sign do not sign the DCP\n" " --config <dir> directory containing config.xml and cinemas.xml\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" |
