summaryrefslogtreecommitdiff
path: root/tc
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@kernel.org>2023-04-24 19:41:19 -0600
committerDavid Ahern <dsahern@kernel.org>2023-04-24 19:41:19 -0600
commitf57ac749b0359c9239b09a6c80573d5a94245b5b (patch)
tree5ae1ca0d1abab382ab0a5680743f24503f0f5fd5 /tc
parenta08205b62f5e22792bed9cbbb306aab14eb8f202 (diff)
parentb54a4c9fc0cb9d382b1d4e479a43fd7675804c20 (diff)
downloadiproute2-f57ac749b0359c9239b09a6c80573d5a94245b5b.tar.gz
Merge remote-tracking branch 'main/main' into next
Signed-off-by: David Ahern <dsahern@kernel.org>
Diffstat (limited to 'tc')
-rw-r--r--tc/q_taprio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tc/q_taprio.c b/tc/q_taprio.c
index e00d2aa9..c0da65fe 100644
--- a/tc/q_taprio.c
+++ b/tc/q_taprio.c
@@ -45,10 +45,10 @@ static void explain(void)
{
fprintf(stderr,
"Usage: ... taprio clockid CLOCKID\n"
- " [num_tc NUMBER] [map P0 P1 ...] "
- " [queues COUNT@OFFSET COUNT@OFFSET COUNT@OFFSET ...] "
- " [ [sched-entry index cmd gate-mask interval] ... ] "
- " [base-time time] [txtime-delay delay]"
+ " [num_tc NUMBER] [map P0 P1 ...]\n"
+ " [queues COUNT@OFFSET COUNT@OFFSET COUNT@OFFSET ...]\n"
+ " [ [sched-entry index cmd gate-mask interval] ... ]\n"
+ " [base-time time] [txtime-delay delay]\n"
"\n"
"CLOCKID must be a valid SYS-V id (i.e. CLOCK_TAI)\n");
}