Skip to content
Snippets Groups Projects
Commit dd8549c7 authored by david_williams's avatar david_williams
Browse files

add pack200 to promote script

parent 40769fd5
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
function usage() { function usage() {
printf "\n\tUsage: %s [-v] [-d] [-s] [-c] [-z] [-p] projectname " $(basename $0) >&2 printf "\n\tUsage: %s [-v] [-d] [-s] [-c] [-z] [-p] projectname " $(basename $0) >&2
printf "\n\t\t%s\t%s" "-p <projectname>, where projectname is a cc project, such as wtp-R3.2.3-M, wtp-R3.3.0-I, etc. from which to get latest build." >&2 printf "\n\t\t%s\t%s" "-p <projectname>," "where projectname is a cc project, such as wtp-R3.2.3-M, wtp-R3.3.0-I, etc. from which to get latest build." >&2
printf "\n\t\t%s\t%s" "-v" "verbose" >&2 printf "\n\t\t%s\t%s" "-v" "verbose" >&2
printf "\n\t\t%s\t%s" "-d" "delete old builds" >&2 printf "\n\t\t%s\t%s" "-d" "delete old builds" >&2
printf "\n\t\t%s\t%s" "-s" "send notification mail" >&2 printf "\n\t\t%s\t%s" "-s" "send notification mail" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment