]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc/taprio: break up help text into multiple lines
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 18 Apr 2023 11:39:49 +0000 (14:39 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 24 Apr 2023 16:33:15 +0000 (09:33 -0700)
commitb54a4c9fc0cb9d382b1d4e479a43fd7675804c20
tree9773c15cfb07028516429e019f67c7c441c6c91f
parent8c028693cd5fc9b5ceb43dfdfeb48ad47de90e9b
tc/taprio: break up help text into multiple lines

Currently, the output of "tc qdisc add dev lo taprio help" looks
absolutely horrible, it looks better in the source code. Put new lines
in the output everywhere where the text switches to a new line in the
source code.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/q_taprio.c