summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2014-12-17 10:52:32 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2014-12-17 10:52:32 (GMT)
commitb1f643b82e86477d53da4918dbe7f51303c9072a (patch)
tree2b7b31a7d1f7582e4f4ae3f78900bcceef9ba120 /bin
parentf86441d0f31182483a936c691c916fe0ed1e821b (diff)
downloadhdf5-b1f643b82e86477d53da4918dbe7f51303c9072a.zip
hdf5-b1f643b82e86477d53da4918dbe7f51303c9072a.tar.gz
hdf5-b1f643b82e86477d53da4918dbe7f51303c9072a.tar.bz2
[svn-r25892] 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-xbin/release6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/release b/bin/release
index ed95f4b..afcc728 100755
--- a/bin/release
+++ b/bin/release
@@ -40,16 +40,14 @@
USAGE()
{
cat << EOF
-Usage: $0 [--nocheck] [-d <dir>] [-h] <methods> ...
+Usage: $0 -d <dir> [--docver BRANCHNAME] [-h] [--nocheck] [--private] <methods> ...
-d DIR The name of the directory where the releas(es) should be
placed.
-
--docver BRANCHNAME This is added for 1.8 and beyond to get the correct
version of documentation files from the hdf5docs
repository. BRANCHNAME for v1.8 should be hdf5_1_8.
-
+ -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.