Commit c627639b by Gerald Pfeifer Committed by Gerald Pfeifer

gcc_release (usage): Print more detailed description of all command-line options.

	* gcc_release (usage): Print more detailed description of all
	command-line options.

From-SVN: r66734
parent 36d4669b
2003-05-12 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* gcc_release (usage): Print more detailed description of all
command-line options.
2003-05-09 Gerald Pfeifer <gerald@sourceware.org>
* update_version (ADD_BRANCHES): Add, set to MAIN and
......
......@@ -64,12 +64,21 @@ inform() {
usage() {
cat <<EOF
gcc_release [-d destination]
[-u username]
[-r release]
[-t tag]
[-p previous-tarball]
[-s] [-f] [-l]
gcc_release -r release [further options]
gcc_release -s [further options]
Options:
-r release Version of the form X.Y or X.Y.Z.
-s Create a snapshot, not a real release.
-d destination Local working directory where we will build the release
(default=${HOME}).
-f Create a final release (and update ChangeLogs,...).
-l Indicate that we are running on gcc.gnu.org.
-p previous-tarball Location of a previous tarball (to generate diff files).
-t tag Tag to mark the release in CVS.
-u username Username for upload operations.
EOF
exit 1
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment