diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-08 15:43:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-08 15:43:40 +0000 |
| commit | beaf935b208c4c609645e0d6d6b7ff0e3865d590 (patch) | |
| tree | 7549a3e315deb11fe3bfc695a6c559b0f691faae /src | |
| parent | 5673d7a051662afd129fa409cdbf3adb6119689e (diff) | |
Tweak help text for dcpomatic_kdm.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_kdm.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index 7027b7378..3a2068d2b 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -49,8 +49,8 @@ help () " --cinemas list known cinemas from the DCP-o-matic settings\n" " --certificate file containing projector certificate\n\n" "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\n" - "(Fred's Cinema must have been set up in DCP-o-matic's KDM window)\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"; } |
