diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-03-18 22:20:07 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-03-18 22:20:07 (GMT) |
commit | d57a21ad9010d1113f4395ce9959d242e37ba200 (patch) | |
tree | 58051a69673a074e4fb73cc2b5825770ffa003cf | |
parent | afdd6e4fcb006a536a09c5c44fe23664e759ce89 (diff) | |
download | hdf5-d57a21ad9010d1113f4395ce9959d242e37ba200.zip hdf5-d57a21ad9010d1113f4395ce9959d242e37ba200.tar.gz hdf5-d57a21ad9010d1113f4395ce9959d242e37ba200.tar.bz2 |
[svn-r5069] Purpose:
Updated the help message to include the diff option.
-rwxr-xr-x | bin/snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 91a863f..dd339a7 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -132,7 +132,7 @@ done if [ "$cmd" = help ]; then set - cat <<EOF -Usage: $0 [all] [checkout] [test] [srcdir] [release] [help] +Usage: $0 [all] [checkout] [diff] [test] [srcdir] [release] [help] [hdf4 <hdf4lib_path>] [archive <arch_path>] [dir <dir>] [op-configure <option>] [--<option>] all: Run all commands (checkout, test & release) |