diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-12-13 18:46:31 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-12-13 18:46:31 +0100 |
commit | 57739dfaa8bd88160fadcb34cea543c832a3b265 (patch) | |
tree | 962f20ef147c075b3d715cc2a6565b1b2b3d7579 /trafgen.c | |
parent | 0a9adf482d5bb2cf27ede0f970228b9f69145f4d (diff) |
zsh: trafgen: Add missing option -q/--qdisc-path to zsh completion
Also sightly adjust the description in the usage text.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trafgen.c')
-rw-r--r-- | trafgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ static void __noreturn help(void) " -H|--prio-high Make this high priority process\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" + " -q|--qdisc-path Enable qdisc kernel path (default off since 3.14)\n" " -V|--verbose Be more verbose\n" " -C|--no-cpu-stats Do not print CPU time statistics on exit\n" " -v|--version Show version and exit\n" |