!22 适配新的三方库包结构

Merge pull request !22 from hangjin2020/master
This commit is contained in:
opengauss-bot 2021-01-20 17:33:35 +08:00 committed by Gitee
commit 2b0248a14d
2 changed files with 3 additions and 5 deletions

View File

@ -79,7 +79,7 @@ Usage:
gs_postuninstall -? |--help
gs_postuninstall -V |--version
gs_postuninstall -U USER -X XMLFILE [-L] [--delete-user] [--delete-group]
[-l LOGFILE] [--clean-gphome]
[-l LOGFILE]
General options:
-U Cluster user.
@ -87,8 +87,6 @@ General options:
-L Only clean up local nodes.
--delete-user Delete the OS user.
--delete-group Delete the group of the OS user.
--clean-gphome Only execute the gphome directory
cleanup task.
-l Path of log file.
-?, --help Show help information for this utility,
and exit the command line mode.

View File

@ -71,7 +71,7 @@ Usage:
gs_preinstall -V | --version
gs_preinstall -U USER -G GROUP -X XMLFILE
[-L] [--skip-os-set] [--env-var="ENVVAR" [...]]
[--sep-env-file=MPPRCFILE] [--skip-hostname-set] [-l LOGFILE]
[--sep-env-file=ENVFILE] [--skip-hostname-set] [-l LOGFILE]
[--non-interactive]
General options:
@ -83,7 +83,7 @@ General options:
--skip-os-set Whether to skip OS parameter setting.
(The default value is set.)
--env-var="ENVVAR" OS user environment variables.
--sep-env-file=MPPRCFILE Path of the MPP environment file.
--sep-env-file=ENVFILE Path of the MPP environment file.
--skip-hostname-set Whether to skip hostname setting.
(The default value is set.)
-l Path of log file.