From 9315977726e1179651e802261e6d19a83c5007fb Mon Sep 17 00:00:00 2001 From: Jesper Dangaard Brouer Date: Thu, 21 Aug 2014 16:42:44 +0200 Subject: [PATCH] trafgen: minor fix to help text for option "--no-sock-mem" Pushed last commit a bit too fast. The help text described that the single letter option for "--no-sock-mem" were "-m", which is wrong the right option is "-A" (only help txt, correct in the code and manual). Signed-off-by: Jesper Dangaard Brouer --- trafgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trafgen.c b/trafgen.c index 690e98ea..6a6bd02a 100644 --- a/trafgen.c +++ b/trafgen.c @@ -162,7 +162,7 @@ static void __noreturn help(void) " -u|--user Drop privileges and change to userid\n" " -g|--group Drop privileges and change to groupid\n" " -H|--prio-high Make this high priority process\n" - " -m|--no-sock-mem Don't tune core socket memory\n" + " -A|--no-sock-mem Don't tune core socket memory\n" " -Q|--notouch-irq Do not touch IRQ CPU affinity of NIC\n" " -q|--qdisc-path Enabled qdisc kernel path (default off since 3.14)\n" " -V|--verbose Be more verbose\n" -- 2.11.4.GIT