summaryrefslogtreecommitdiff
path: root/tc/q_tbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc/q_tbf.c')
-rw-r--r--tc/q_tbf.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/tc/q_tbf.c b/tc/q_tbf.c
index b9465b20..57a9736c 100644
--- a/tc/q_tbf.c
+++ b/tc/q_tbf.c
@@ -24,9 +24,10 @@
static void explain(void)
{
- fprintf(stderr, "Usage: ... tbf limit BYTES burst BYTES[/BYTES] rate KBPS [ mtu BYTES[/BYTES] ]\n");
- fprintf(stderr, " [ peakrate KBPS ] [ latency TIME ] ");
- fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n");
+ fprintf(stderr,
+ "Usage: ... tbf limit BYTES burst BYTES[/BYTES] rate KBPS [ mtu BYTES[/BYTES] ]\n"
+ " [ peakrate KBPS ] [ latency TIME ] "
+ "[ overhead BYTES ] [ linklayer TYPE ]\n");
}
static void explain1(const char *arg, const char *val)