summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-01-24 21:38:32 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-01-24 21:38:32 (GMT)
commit6b857b5b8e26651ef0c2b364e5341cfb1c766ee9 (patch)
tree017e7dd5d63554ace32b13979d8a8b9015ce8945 /bin
parentc1068c94caa6346efd3fa83db216ae25978c1ee9 (diff)
downloadhdf5-6b857b5b8e26651ef0c2b364e5341cfb1c766ee9.zip
hdf5-6b857b5b8e26651ef0c2b364e5341cfb1c766ee9.tar.gz
hdf5-6b857b5b8e26651ef0c2b364e5341cfb1c766ee9.tar.bz2
[svn-r13193] Added check-vfd to the help page content.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/snapshot4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot
index c19efc8..3f33d06 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -218,7 +218,7 @@ if [ "$cmd" = help ]; then
cat <<EOF
Usage: $PROGNAME [all] [checkout] [diff] [test] [srcdir] [release] [help]
[clean] [distclean] [echo] [deploy <dir>] [deploydir <dir>]
- [zlib <zlib_path>] [releasedir <dir>] [srcdirname <dir>]
+ [zlib <zlib_path>] [releasedir <dir>] [srcdirname <dir>] [check-vfd]
[op-configure <option>] [--<option>]
all: Run all commands (checkout, test & release)
[Default is all]
@@ -253,6 +253,8 @@ Usage: $PROGNAME [all] [checkout] [diff] [test] [srcdir] [release] [help]
releasedir <dir>:
Use <dir> as the release directory
[Default is $ReleaseDir_default]
+ check-vfd:
+ Run make check-vfd instead of just make check.
op-configure <option>:
Pass <option> to the configure command
E.g., "snapshot op-configure --enable-parallel"