File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ struct TCommonAppOptions {
351
351
opts.AddLongOption (" log-format" , " log format to use; short skips the priority and timestamp" )
352
352
.DefaultValue (" full" ).OptionalArgument (" full|short|json" )
353
353
.Handler (new TWithDefaultOptHandler (&LogFormat));
354
- opts.AddLongOption (" syslog" , " send to syslog instead of stderr" ).SetFlag (&SysLogEnabled);
354
+ opts.AddLongOption (" syslog" , " send to syslog instead of stderr" ).NoArgument (). SetFlag (&SysLogEnabled);
355
355
opts.AddLongOption (" syslog-service-tag" , " unique tag for syslog" ).RequiredArgument (" NAME" ).StoreResult (&SysLogServiceTag);
356
356
opts.AddLongOption (" log-file-name" , " file name for log backend" ).RequiredArgument (" NAME" ).StoreResult (&LogFileName);
357
357
opts.AddLongOption (" tcp" , " start tcp interconnect" ).NoArgument ().SetFlag (&TcpEnabled);
You can’t perform that action at this time.
0 commit comments