From 964f1f19f11392593f0893b419beb6f468e99844 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 2 Mar 2022 20:13:43 +0100 Subject: [PATCH] Remove non-existant option from create help. --- src/lib/create_cli.cc | 1 - 1 file changed, 1 deletion(-) 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 number of seconds that still content should last\n" " --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 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" -- 2.30.2