]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: fix typo in netem's usage string
authorFrançois Michel <francois.michel@uclouvain.be>
Wed, 30 Aug 2023 15:05:21 +0000 (17:05 +0200)
committerDavid Ahern <dsahern@kernel.org>
Wed, 30 Aug 2023 18:59:52 +0000 (12:59 -0600)
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>
tc/q_netem.c

index febddd495e446aba57000efb94572804b3105926..3be647ffe7a1e63f3de094b715e837fa248b5a11 100644 (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"