diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-03-18 22:19:59 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-03-18 22:19:59 (GMT) |
commit | 0ce6b8c9e6e6f402f3e39b383f8d0177fd3ca833 (patch) | |
tree | b30912454e258ad90c9ec7ca9f5d4f5687c2f226 /bin/snapshot | |
parent | 7b77f971886d6b1fb3f4e5a4f0e7454dbc487a09 (diff) | |
download | hdf5-0ce6b8c9e6e6f402f3e39b383f8d0177fd3ca833.zip hdf5-0ce6b8c9e6e6f402f3e39b383f8d0177fd3ca833.tar.gz hdf5-0ce6b8c9e6e6f402f3e39b383f8d0177fd3ca833.tar.bz2 |
[svn-r5068] Purpose:
Updated the help message to include the diff option.
Diffstat (limited to 'bin/snapshot')
-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) |