From e8cc29aa75027f16c9b059f17c1247ebdab45be7 Mon Sep 17 00:00:00 2001 From: liuheng Date: Mon, 27 Mar 2023 11:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9build=5Fopengauss.sh=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E7=9A=84=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/script/build_opengauss.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/script/build_opengauss.sh b/build/script/build_opengauss.sh index df4ab923a..2c673d6ba 100755 --- a/build/script/build_opengauss.sh +++ b/build/script/build_opengauss.sh @@ -23,9 +23,9 @@ function print_help() -V|--version show version information. -3rd|--binarylib_dir the directory of third party binarylibs. -pkg|--package provode type of installation packages, values parameter is server. - -m|--version_mode this values of paramenter is debug, release, memcheck, the default value is release. + -m|--version_mode this values of parameter is debug, release, memcheck, the default value is release. -pm product mode, values parameter is opengauss. - -mc|--make_check this values of paramenter is on or off, the default value is on. + -mc|--make_check this values of parameter is on or off, the default value is on. -s|--symbol_mode whether separate symbol in debug mode, the default value is on. -co|--cmake_opt more cmake options " @@ -43,7 +43,7 @@ if [ $# = 0 ] ; then fi ######################################################################### -##read command line paramenters +##read command line parameters ####################################################################### while [ $# -gt 0 ]; do case "$1" in