summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2014-01-07 19:31:02 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2014-01-07 19:31:02 (GMT)
commitf30276c46272e6a0187f3920a2d545fde8034386 (patch)
tree8256a3f18ea016ebe1fad656a9e11b45d85e4d82 /bin/cmakehdf5
parent6ceb9711b8f891229cf4206417a824ffb7850c3d (diff)
downloadhdf5-f30276c46272e6a0187f3920a2d545fde8034386.zip
hdf5-f30276c46272e6a0187f3920a2d545fde8034386.tar.gz
hdf5-f30276c46272e6a0187f3920a2d545fde8034386.tar.bz2
[svn-r24617] Changed --old to --script as directed by Allen.
Tested: jam (only verify help message is correct and --script is invoked correctly.)
Diffstat (limited to 'bin/cmakehdf5')
-rwxr-xr-xbin/cmakehdf58
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/cmakehdf5 b/bin/cmakehdf5
index d4cb0f2..e3ad541 100755
--- a/bin/cmakehdf5
+++ b/bin/cmakehdf5
@@ -12,8 +12,8 @@
DPRINT=:
#DPRINT=echo
-# use previous old version if --old is given
-if [ "$1" != "--old" ]; then
+# use the ctest scripting method if --script is given
+if [ "$1" != "--script" ]; then
# variable names
# The "extra" number is the step number and easier to see all logfiles in
# the sorted order of steps
@@ -33,8 +33,8 @@ exit_code=0
# Show user help page
HELP()
{
- echo "Usage: $progname [--old]"
- echo " --old: use the older version of $progname"
+ echo "Usage: $progname [--script]"
+ echo " --script: Use the ctest scripting method of $progname"
echo ""
}