style(help):调整了帮助信息格式
This commit is contained in:
@@ -15,14 +15,14 @@ if (array_key_exists('h', $options) or array_key_exists('help', $options)) {
|
|||||||
print_r(
|
print_r(
|
||||||
"EdgeManager使用说明:
|
"EdgeManager使用说明:
|
||||||
|
|
||||||
--no_dup_code 禁止code在不同的working subclass间复用
|
--no_dup_code 禁止code在不同的working subclass间复用
|
||||||
--relay_device_status 不判断是否是设备状态并转发到MES接口
|
--relay_device_status 不判断是否是设备状态并转发到MES接口
|
||||||
--server_name pg实例的FQDN
|
--server_name pg实例的FQDN
|
||||||
--user pg实例的用户名
|
--user pg实例的用户名
|
||||||
--port pg实例的端口号
|
--port pg实例的端口号
|
||||||
--password pg实例的密码
|
--password pg实例的密码
|
||||||
--worker_num 主程序进程数,默认为20个
|
--worker_num 主程序进程数,默认为20个
|
||||||
-h, --help 显示此帮助信息
|
-h, --help 显示此帮助信息
|
||||||
"
|
"
|
||||||
);
|
);
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user