tc: fix typo in netem's usage string

Fixes a misplaced newline in netem's usage string.

Signed-off-by: François Michel <francois.michel@uclouvain.be>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
This commit is contained in:
François Michel 2023-08-30 17:05:21 +02:00 committed by David Ahern
parent a79e2b2e54
commit 865dd3ab15

View File

@ -31,7 +31,7 @@ static void explain(void)
" [ loss random PERCENT [CORRELATION]]\n"
" [ loss state P13 [P31 [P32 [P23 P14]]]\n"
" [ loss gemodel PERCENT [R [1-H [1-K]]]\n"
" [ seed SEED \n]"
" [ seed SEED ]\n"
" [ ecn ]\n"
" [ reorder PERCENT [CORRELATION] [ gap DISTANCE ]]\n"
" [ rate RATE [PACKETOVERHEAD] [CELLSIZE] [CELLOVERHEAD]]\n"