diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-26 10:28:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-26 10:28:00 +0100 |
| commit | 90504d14ea8c149a8023e9a13f8215d8e1404532 (patch) | |
| tree | 1f0fd346e19c3c140ef45346a2aab044afea220d | |
| parent | a5a684f05a529e9c79eeb8f168e7e8d3368c9299 (diff) | |
Fix help.
| -rw-r--r-- | src/lib/create_cli.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc index 6698e593c..aafb6b2f4 100644 --- a/src/lib/create_cli.cc +++ b/src/lib/create_cli.cc @@ -82,7 +82,7 @@ help() " -o, --output <dir> output directory\n" " --twod make a 2D DCP\n" " --threed make a 3D DCP\n" - " --j2k-bandwidth <Mbit/s> J2K bandwidth in Mbit/s\n" + " --video-bit-rate <Mbit/s> J2K bandwidth in Mbit/s\n" " --left-eye next piece of content is for the left eye\n" " --right-eye next piece of content is for the right eye\n" " --auto-crop next piece of content should be auto-cropped\n" |
