]> Creatis software - gdcm.git/commitdiff
STYLE: Minor doc
authormalaterre <malaterre>
Mon, 2 Jan 2006 15:16:38 +0000 (15:16 +0000)
committermalaterre <malaterre>
Mon, 2 Jan 2006 15:16:38 +0000 (15:16 +0000)
Example/Anonymize.cxx
Example/AnonymizeNoLoad.cxx

index 639856430c963ff5e4a65b2f7358b25f7f40c873..3be4812d6e9609586641a8bb4184ec47f04ed761 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: Anonymize.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/07 09:53:53 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2006/01/02 15:16:38 $
+  Version:   $Revision: 1.8 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
    " \n Anonymize :\n                                                         ",
    " Anonymize a full gdcm-readable Dicom image                               ",
    "          Warning : probably segfaults if pixels are not gdcm readable.   ",
-   "                    Use exAnonymizeNoLoad instead.                        ",
+   "                    Use AnonymizeNoLoad instead.                        ",
    " usage: Anonymize filein=inputFileName fileout=anonymizedFileName[debug]  ",
    "        debug    : user wants to run the program in 'debug mode'          ",
    FINISH_USAGE
index 25321a7ac268161357341f329f496e9102957b90..298e5dcee5ce2cee9c075d5e82306a5c75e2348b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: AnonymizeNoLoad.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/02 10:11:29 $
-  Version:   $Revision: 1.14 $
+  Date:      $Date: 2006/01/02 15:16:38 $
+  Version:   $Revision: 1.15 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -29,8 +29,8 @@ int main(int argc, char *argv[])
 {
    START_USAGE(usage)
    "\n AnonymizeNoLoad :\n                                                    ",
-   "Anonymize a gdcm-readable Dicom image even if pixels aren't gdcm readable ",
-   "         Warning : Warning : the image is overwritten                     ",
+   "Anonymize a gdcm-parsable Dicom image even if pixels aren't gdcm readable ",
+   "         Warning : the image is OVERWRITTEN                     ",
    "                   to preserve image integrity, use a copy.               ",
    "usage: AnonymizeNoLoad {filein=inputFileName|dirin=inputDirectoryName}    ",
    "                       [rubout=listOfElementsToRubOut]                    ",