mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-25 20:27:34 +08:00
修正错误
This commit is contained in:
parent
b70d6cd2c2
commit
4480dad36f
@ -132,7 +132,7 @@ public:
|
||||
Option::ArgRequired,/*该选项后面必须跟值*/
|
||||
"7",/*该选项默认值*/
|
||||
false,/*该选项是否必须赋值,如果没有默认值且为ArgRequired时用户必须提供该参数否则将抛异常*/
|
||||
"日志等级最多保存天数",/*该选项说明文字*/
|
||||
"日志最多保存天数",/*该选项说明文字*/
|
||||
nullptr);
|
||||
|
||||
(*_parser) << Option('c',/*该选项简称,如果是\x00则说明无简称*/
|
||||
|
Loading…
Reference in New Issue
Block a user