summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Mashak <mrv@mojatatu.com>2017-06-19 15:52:25 -0400
committerStephen Hemminger <stephen@networkplumber.org>2017-06-21 08:34:28 -0700
commitfb12cea8d9b64a81ffb996afb464758de805b00d (patch)
tree488ef0d79173c1e4a1e5c50c2fc5e11aa1a7a26e
parente4319590f70b0b9ed2beebafaacb323ecf781e50 (diff)
downloadiproute2-fb12cea8d9b64a81ffb996afb464758de805b00d.tar.gz
tc: fixed typo in usage text.
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
-rw-r--r--tc/f_u32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/f_u32.c b/tc/f_u32.c
index ff700e9f..b272c2cb 100644
--- a/tc/f_u32.c
+++ b/tc/f_u32.c
@@ -34,7 +34,7 @@ static void explain(void)
"Usage: ... u32 [ match SELECTOR ... ] [ link HTID ] [ classid CLASSID ]\n"
" [ action ACTION_SPEC ] [ offset OFFSET_SPEC ]\n"
" [ ht HTID ] [ hashkey HASHKEY_SPEC ]\n"
- " [ sample SAMPLE ] [skip-hw | skip-sw]\n"
+ " [ sample SAMPLE ] [skip_hw | skip_sw]\n"
"or u32 divisor DIVISOR\n"
"\n"
"Where: SELECTOR := SAMPLE SAMPLE ...\n"