summaryrefslogtreecommitdiff
path: root/dcb
diff options
context:
space:
mode:
authorPetr Machata <me@pmachata.org>2020-12-11 00:02:17 +0100
committerDavid Ahern <dsahern@gmail.com>2020-12-14 16:41:22 +0000
commita7c2eaac39a94e896d5b1c2e76aa4d0df3604527 (patch)
tree56086404cb827ed2a6712816ffe9994b9ea68033 /dcb
parent12d41d0184f70cbbc321efcb3668d1e1ff1da18e (diff)
downloadiproute2-a7c2eaac39a94e896d5b1c2e76aa4d0df3604527.tar.gz
dcb: ets: Change the way show parameters are given in synopsis
None, one, or many parameters can be given on the command line, but the current synopsis allows only none or one. Fix it. Signed-off-by: Petr Machata <me@pmachata.org> Signed-off-by: David Ahern <dsahern@gmail.com>
Diffstat (limited to 'dcb')
-rw-r--r--dcb/dcb_ets.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dcb/dcb_ets.c b/dcb/dcb_ets.c
index 94c6019e..c2088105 100644
--- a/dcb/dcb_ets.c
+++ b/dcb/dcb_ets.c
@@ -32,9 +32,9 @@ static void dcb_ets_help_show(void)
{
fprintf(stderr,
"Usage: dcb ets show dev STRING\n"
- " [ willing | ets-cap | cbs | tc-tsa | reco-tc-tsa |\n"
- " pg-bw | tc-bw | reco-tc-bw | prio-tc |\n"
- " reco-prio-tc ]\n"
+ " [ willing ] [ ets-cap ] [ cbs ] [ tc-tsa ]\n"
+ " [ reco-tc-tsa ] [ pg-bw ] [ tc-bw ] [ reco-tc-bw ]\n"
+ " [ prio-tc ] [ reco-prio-tc ]\n"
"\n"
);
}