[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.
This commit is contained in:
Albert Cheng
2014-12-17 05:44:35 -05:00
parent 118710f360
commit 3eaa80b0d3

View File

@@ -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.