diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-21 01:12:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-21 01:12:43 +0000 |
| commit | a95d24580dc72a9263e8f807d86da279b22fbfb3 (patch) | |
| tree | d9ec430962077f164791af1f15dff574b9c7730c /src/tools/dcpomatic_kdm_cli.cc | |
| parent | c3a1cd0ee67761bab7c642c53f7755cd3214fc3c (diff) | |
Fix incorrect help for dcpomatic2_kdm_cli.
Diffstat (limited to 'src/tools/dcpomatic_kdm_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_kdm_cli.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_kdm_cli.cc b/src/tools/dcpomatic_kdm_cli.cc index 3dc3f21b0..4a6ea50a7 100644 --- a/src/tools/dcpomatic_kdm_cli.cc +++ b/src/tools/dcpomatic_kdm_cli.cc @@ -73,7 +73,7 @@ help () "For example:\n\n" "Create KDMs for my_great_movie to play in all of Fred's Cinema's screens for the next two weeks and zip them up.\n" "(Fred's Cinema must have been set up in DCP-o-matic's KDM window)\n\n" - "\tdcpomatic_kdm -c \"Fred's Cinema\" -f now -d \"2 weeks\" -z my_great_movie\n\n"; + "\tdcpomatic2_kdm_cli -c \"Fred's Cinema\" -f now -d \"2 weeks\" -z my_great_movie\n\n"; } static void |
