diff --git a/releng.control/promote.sh b/releng.control/promote.sh
index 44e2880ef881fc582671b652cc55384950c1e915..35b218f53acf6d0b9417f8a4a921ce5b10c6cfef 100755
--- a/releng.control/promote.sh
+++ b/releng.control/promote.sh
@@ -5,7 +5,7 @@
 
 function usage() {
     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" "-d" "delete old builds" >&2
     printf "\n\t\t%s\t%s" "-s" "send notification mail" >&2