[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. 9ec481dc6ea557daa1857575ce6192516a3
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2013-11-06 09:26:46
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, master has been updated
via 9ec481dc6ea557daa1857575ce6192516a3e88eb (commit)
from a634019224a8a521c1cee9eaf161b82857387b90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/9ec481dc6ea557daa1857575ce6192516a3e88eb/
commit 9ec481dc6ea557daa1857575ce6192516a3e88eb
Author: Mathieu Malaterre <mat...@gm...>
Date: Wed Nov 6 10:23:18 2013 +0100
Minor fix in the help message
diff --git a/Applications/Cxx/gdcmimg.cxx b/Applications/Cxx/gdcmimg.cxx
index ca89c73..f3c2584 100644
--- a/Applications/Cxx/gdcmimg.cxx
+++ b/Applications/Cxx/gdcmimg.cxx
@@ -136,7 +136,7 @@ static void PrintHelp()
std::cout << " --pc [01] Change planar configuration." << std::endl;
std::cout << " --pi [str] Change photometric interpretation." << std::endl;
std::cout << " --pf %d,%d,%d Change pixel format: (BA,BS,HB)." << std::endl;
- std::cout << " -s --size %d,%d Size." << std::endl;
+ std::cout << " -s --size %d,%d,%d Size." << std::endl;
std::cout << " --offset %ull Start Offset." << std::endl;
std::cout << " -C --sop-class-uid SOP Class UID (name or value)." << std::endl;
std::cout << " -T --study-uid Study UID." << std::endl;
-----------------------------------------------------------------------
Summary of changes:
Applications/Cxx/gdcmimg.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|