mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Rename bro to zeek in error messages
More renaming in error messages and a few other places.
This commit is contained in:
parent
e2dc0092f3
commit
0ae1bfa29d
11 changed files with 12 additions and 12 deletions
|
@ -35,7 +35,7 @@ void init_global_dbg_constants () {
|
|||
"quit"
|
||||
};
|
||||
|
||||
info = new DebugCmdInfo (dcQuit, names, 1, false, "Exit Bro",
|
||||
info = new DebugCmdInfo (dcQuit, names, 1, false, "Exit Zeek",
|
||||
false);
|
||||
g_DebugCmdInfos.push_back(info);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue