|
From: <kin...@us...> - 2023-07-13 21:27:54
|
Revision: 7090
http://sourceforge.net/p/teem/code/7090
Author: kindlmann
Date: 2023-07-13 21:27:52 +0000 (Thu, 13 Jul 2023)
Log Message:
-----------
updating hest usage, and clarifying usage info
Modified Paths:
--------------
teem/trunk/src/unrrdu/data.c
Modified: teem/trunk/src/unrrdu/data.c
===================================================================
--- teem/trunk/src/unrrdu/data.c 2023-07-13 21:20:35 UTC (rev 7089)
+++ teem/trunk/src/unrrdu/data.c 2023-07-13 21:27:52 UTC (rev 7090)
@@ -28,7 +28,7 @@
"stand-alone decoder, in case this Teem build lacks an optional "
"data encoding required for a given nrrd file. Caveats: "
"Will start copying characters from the datafile "
- "to output file until EOF is hit, so this won't work "
+ "to stdout until EOF is hit, so this won't work "
"correctly if the datafile has extraneous content at the end. Will "
"skip lines (as per \"line skip:\" header field) if needed, but can only "
"skip bytes (as per \"byte skip:\") if the encoding is NOT a compression. "
@@ -49,7 +49,7 @@
int car, pret;
mop = airMopNew();
- hestOptAdd(&opt, NULL, "nin", airTypeString, 1, 1, &inS, NULL, "input nrrd");
+ hestOptAdd_1_String(&opt, NULL, "nin", &inS, NULL, "input nrrd");
airMopAdd(mop, opt, hestOptFree_vp, airMopAlways);
USAGE_OR_PARSE(_unrrdu_dataInfoL);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|