diff Applications/Dicomizer.cpp @ 31:8e1dfd531335

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2016 17:25:57 +0200
parents 8ba39f9ce8d4
children 9621fd6f17c9
line wrap: on
line diff
--- a/Applications/Dicomizer.cpp	Thu Oct 27 16:50:10 2016 +0200
+++ b/Applications/Dicomizer.cpp	Thu Oct 27 17:25:57 2016 +0200
@@ -466,7 +466,7 @@
   source.add_options()
     ("dataset", boost::program_options::value<std::string>(), "Path to a JSON file containing the DICOM dataset")
     ("sample-dataset", "Display a minimalistic sample DICOM dataset in JSON format, then exit")
-    ("reencode", boost::program_options::value<bool>(), "Whether to reencode each tile (no transcoding, much slower) (Boolean)")
+    ("reencode", boost::program_options::value<bool>(), "Whether to re-encode each tile (no transcoding, much slower) (Boolean)")
     ("repaint", boost::program_options::value<bool>(), "Whether to repaint the background of the image (Boolean)")
     ("color", boost::program_options::value<std::string>(), "Color of the background (e.g. \"255,0,0\")")
     ;