diff Applications/DicomToTiff.cpp @ 31:8e1dfd531335

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2016 17:25:57 +0200
parents 62adabb8c122
children 91fc9583b2de
line wrap: on
line diff
--- a/Applications/DicomToTiff.cpp	Thu Oct 27 16:50:10 2016 +0200
+++ b/Applications/DicomToTiff.cpp	Thu Oct 27 17:25:57 2016 +0200
@@ -56,7 +56,7 @@
   target.add_options()
     ("color", boost::program_options::value<std::string>(), "Color of the background for missing tiles (e.g. \"255,0,0\")")
     ("reencode", boost::program_options::value<bool>(), 
-     "Whether to reencode each tile in JPEG (no transcoding, much slower) (Boolean)")
+     "Whether to re-encode each tile in JPEG (no transcoding, much slower) (Boolean)")
     ("jpeg-quality", boost::program_options::value<int>(), "Set quality level for JPEG (0..100)")
     ;