|
From: <kin...@us...> - 2023-07-14 16:58:13
|
Revision: 7103
http://sourceforge.net/p/teem/code/7103
Author: kindlmann
Date: 2023-07-14 16:58:11 +0000 (Fri, 14 Jul 2023)
Log Message:
-----------
clarifying comment
Modified Paths:
--------------
teem/trunk/src/unrrdu/privateUnrrdu.h
Modified: teem/trunk/src/unrrdu/privateUnrrdu.h
===================================================================
--- teem/trunk/src/unrrdu/privateUnrrdu.h 2023-07-14 16:32:21 UTC (rev 7102)
+++ teem/trunk/src/unrrdu/privateUnrrdu.h 2023-07-14 16:58:11 UTC (rev 7103)
@@ -286,7 +286,8 @@
return 0; \
}
-/* For the (many) times that USAGE and PARSE are used together */
+/* For the (many) times that USAGE and PARSE are used together, useful
+ now that using INFO is part of how PARSE responds to --help */
#define USAGE_OR_PARSE(INFO) \
USAGE(INFO) \
PARSE(INFO)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|