diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-02 20:13:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-02 20:13:43 +0100 |
| commit | e38b85082f5ffdc8bedc948fa83f81d41042f062 (patch) | |
| tree | 67189b8f6c74cc7d7edc3d3625a30e2ff1fd0181 | |
| parent | 50b2fbd806f979dac9dc89a7c4923126792b3e13 (diff) | |
Remove non-existant option from create help.
| -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 26f3dbcae..311e93690 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" |
