Skip to content
Snippets Groups Projects
Verified Commit 79b6f654 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

shotgun: fix typo

parent d9234275
Branches
Tags
1 merge request!3shotgun: use updated statistics collection
Pipeline #53593 passed with stage
in 25 seconds
......@@ -11,7 +11,7 @@ local getopt = require("dnsjit.lib.getopt").new({
{ "i", "ips", 1, "Number of source IPs per thread (when -b is set)", "?" },
{ "d", "drift", 1.0, "Maximum realtime drift (seconds)", "?" },
{ "S", "stats_interval", 5, "Log statistics every N seconds", "?" },
{ "O", "outdir", ".", "directory for output files (must exist)", "?" },
{ "O", "outdir", ".", "Directory for output files (must exist)", "?" },
})
local pcap = unpack(getopt:parse())
if getopt:val("help") then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment