diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-08-25 12:59:17 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-08-25 12:59:17 +0200 |
commit | 4cc8cf685e0db3580d1ce750a0765ba31b305058 (patch) | |
tree | e2faf912cc2fa62e42b39f4832a78ac93e5d03c5 | |
parent | 9315977726e1179651e802261e6d19a83c5007fb (diff) |
zsh: trafgen: Add new command line option -A/--no-sock-mem
Commit 76486ece10c6 ("trafgen: add option to not adjust system socket
mem during testrun") introduced the new command line option
-A/--no-sock-mem for trafgen but didn't add it to the zsh completion. Do
it now.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | trafgen.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trafgen.zsh b/trafgen.zsh index d20540d..57dcf8c 100644 --- a/trafgen.zsh +++ b/trafgen.zsh @@ -48,6 +48,7 @@ _arguments -s -S \ "(-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]" \ + "(-A --no-sock-mem)"{-A,--no-sock-mem}"[Do not change default socket memory setting]" \ "(-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]" \ |