From d4afb9cb31f29aa55bebaa69e42effa7ed3eede9 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Tue, 15 Feb 2011 06:38:09 +0000 Subject: [PATCH] addProperties function to promote script --- releng.control/promote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng.control/promote.sh b/releng.control/promote.sh index e62d4fc49..3a5a4c2d3 100755 --- a/releng.control/promote.sh +++ b/releng.control/promote.sh @@ -4,7 +4,7 @@ # 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] [-a] [-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" "-v" "verbose" >&2 printf "\n\t\t%s\t%s" "-d" "delete old builds" >&2 -- GitLab