From: Roman Mashak Date: Mon, 19 Jun 2017 19:52:25 +0000 (-0400) Subject: tc: fixed typo in usage text. X-Git-Tag: v4.12.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb12cea8d9b64a81ffb996afb464758de805b00d;p=thirdparty%2Fiproute2.git tc: fixed typo in usage text. Signed-off-by: Roman Mashak --- diff --git a/tc/f_u32.c b/tc/f_u32.c index ff700e9f4..b272c2cb8 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"