diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-07 21:04:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-07 21:04:02 +0000 |
| commit | 3a07293ae8636f771860f0f75595911c5bf91d65 (patch) | |
| tree | e87fe3d585ec6a7a3d408154df94e3a556c41aae /src/tools/dcpomatic_kdm_cli.cc | |
| parent | 56374c104c346e843fb32f9b2761ba32c17ba6d8 (diff) | |
Use program_name in help.
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 4a6ea50a7..ece45c73e 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" - "\tdcpomatic2_kdm_cli -c \"Fred's Cinema\" -f now -d \"2 weeks\" -z my_great_movie\n\n"; + "\t" << program_name << " -c \"Fred's Cinema\" -f now -d \"2 weeks\" -z my_great_movie\n\n"; } static void |
