diff options
Diffstat (limited to 'trafgen.zsh')
-rw-r--r-- | trafgen.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trafgen.zsh b/trafgen.zsh index 8a90381..adfd8ad 100644 --- a/trafgen.zsh +++ b/trafgen.zsh @@ -48,6 +48,8 @@ _arguments -s -S \ "(-E --seed)"{-E,--seed}"[Manually set srand(3) seed]" \ "(-u --user)"{-u,--user}"[Drop privileges and change to userid]:user:_user_info" \ "(-g --group)"{-g,--group}"[Drop privileges and change to groupid]:group:_group_info" \ + "(-H --prio-high)"{-H,--prio-high}"[Make this high priority process]" \ + "(-Q --notouch-irq)"{-Q,--notouch-irq}"[Do not touch IRQ CPU affinity of NIC]" \ "(-e --example)"{-e,--example}"[Show built-in packet config example]:" \ "(-V --verbose)"{-V,--verbose}"[Be more verbose]" \ "(-C --no-cpu-stats)"{-C,--no-cpu-stats}"[Do not print CPU time statistics on exit]" \ |