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
This commit is contained in:
Gerald Pfeifer 2003-05-12 23:01:03 +02:00 committed by Gerald Pfeifer
parent 36d4669b73
commit c627639b47
2 changed files with 20 additions and 6 deletions

View File

@ -1,3 +1,8 @@
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

View File

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