diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2014-12-17 10:44:35 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2014-12-17 10:44:35 (GMT) |
commit | 3eaa80b0d34aa5711df49b31f15bf214e7c18785 (patch) | |
tree | 36b60b5b2f409020373841760347440037191e26 /bin | |
parent | 118710f3606fc6eb6960d1d0e266ad2acfd493a7 (diff) | |
download | hdf5-3eaa80b0d34aa5711df49b31f15bf214e7c18785.zip hdf5-3eaa80b0d34aa5711df49b31f15bf214e7c18785.tar.gz hdf5-3eaa80b0d34aa5711df49b31f15bf214e7c18785.tar.bz2 |
[svn-r25891] Updated online help page to match what the command does now.
Tested: "bin/release -h" and visual inspect the output to be correct.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/release | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/release b/bin/release index 68745ec..d771db6 100755 --- a/bin/release +++ b/bin/release @@ -40,12 +40,11 @@ USAGE() { cat << EOF -Usage: $0 [--nocheck] [-d <dir>] [-h] <methods> ... +Usage: $0 -d <dir> [-h] [--nocheck] [--private] <methods> ... -d DIR The name of the directory where the releas(es) should be placed. - + -h print the help page. --nocheck Ignore errors in MANIFEST file. - --private Make a private release with today's date in version information. This must be run at the top level of the source directory. |