mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Update NEWS and code for removal of -O cmd-line option
This commit is contained in:
parent
501dc821bf
commit
1508b00489
2 changed files with 3 additions and 1 deletions
|
@ -547,7 +547,7 @@ int main(int argc, char** argv)
|
|||
opterr = 0;
|
||||
|
||||
char opts[256];
|
||||
safe_strncpy(opts, "B:e:f:I:i:J:K:n:p:R:r:s:T:t:U:w:x:X:z:CFGNOPSWabdghvQ",
|
||||
safe_strncpy(opts, "B:e:f:I:i:J:K:n:p:R:r:s:T:t:U:w:x:X:z:CFGNPSWabdghvQ",
|
||||
sizeof(opts));
|
||||
|
||||
#ifdef USE_PERFTOOLS_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue