diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-01-24 21:38:15 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-01-24 21:38:15 (GMT) |
commit | 564a05f8bd346b5984150427d0c354c1e308fb48 (patch) | |
tree | 7fb97ebdc9c40034e8c66c18b452514e372c6231 /bin | |
parent | 9b5b3f2ffe84b5df06596d0f023ff06ad9425ce8 (diff) | |
download | hdf5-564a05f8bd346b5984150427d0c354c1e308fb48.zip hdf5-564a05f8bd346b5984150427d0c354c1e308fb48.tar.gz hdf5-564a05f8bd346b5984150427d0c354c1e308fb48.tar.bz2 |
[svn-r13192] Added check-vfd to the help page content.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/snapshot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 3cb227a..421b46a 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" |