From 4cc8cf685e0db3580d1ce750a0765ba31b305058 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 25 Aug 2014 12:59:17 +0200 Subject: [PATCH] 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 --- trafgen.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/trafgen.zsh b/trafgen.zsh index d20540d0..57dcf8cb 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]" \ -- 2.11.4.GIT