From 01bbe22143489f800920689d18d55947f452b71b Mon Sep 17 00:00:00 2001 From: Yu Sun Date: Fri, 7 Oct 2022 19:40:23 +0800 Subject: [PATCH] =?UTF-8?q?style(help):=E8=B0=83=E6=95=B4=E4=BA=86?= =?UTF-8?q?=E5=B8=AE=E5=8A=A9=E4=BF=A1=E6=81=AF=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EdgeManager.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/EdgeManager.php b/EdgeManager.php index a173e43..65a0d72 100644 --- a/EdgeManager.php +++ b/EdgeManager.php @@ -15,14 +15,14 @@ if (array_key_exists('h', $options) or array_key_exists('help', $options)) { print_r( "EdgeManager使用说明: - --no_dup_code 禁止code在不同的working subclass间复用 + --no_dup_code 禁止code在不同的working subclass间复用 --relay_device_status 不判断是否是设备状态并转发到MES接口 - --server_name pg实例的FQDN - --user pg实例的用户名 - --port pg实例的端口号 - --password pg实例的密码 - --worker_num 主程序进程数,默认为20个 - -h, --help 显示此帮助信息 + --server_name pg实例的FQDN + --user pg实例的用户名 + --port pg实例的端口号 + --password pg实例的密码 + --worker_num 主程序进程数,默认为20个 + -h, --help 显示此帮助信息 " ); exit;