correct --protocol option for nl-cls-* utilities

Just in the help message.

Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Cong Wang 2015-02-24 22:09:54 -08:00 committed by Thomas Haller
parent df25df5857
commit 4ff512b054
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ static void print_usage(void)
" -d, --dev=DEV Network device the classifier should be attached to.\n"
" -i, --id=ID ID of new classifier (default: auto-generated)\n"
" -p, --parent=ID ID of parent { root | ingress | class-ID }\n"
" --protocol=PROTO Protocol to match (default: all)\n"
" --proto=PROTO Protocol to match (default: all)\n"
" --prio=PRIO Priority (default: 0)\n"
" --mtu=SIZE Overwrite MTU (default: MTU of network device)\n"
" --mpu=SIZE Minimum packet size on the link (default: 0).\n"

View File

@ -32,7 +32,7 @@ static void print_usage(void)
" -p, --parent=ID Identifier of parent qdisc/class.\n"
" -i, --id=ID Identifier\n"
" -k, --kind=NAME Kind of classifier (e.g. basic, u32, fw)\n"
" --protocol=PROTO Protocol to match (default: all)\n"
" --proto=PROTO Protocol to match (default: all)\n"
" --prio=PRIO Priority (default: 0)\n"
"\n"
"EXAMPLE\n"

View File

@ -35,7 +35,7 @@ static void print_usage(void)
" -p, --parent=ID Identifier of parent class.\n"
" -i, --id=ID Identifier.\n"
" -k, --kind=NAME Kind of classifier (e.g. basic, u32, fw)\n"
" --protocol=PROTO Protocol to match (default: all)\n"
" --proto=PROTO Protocol to match (default: all)\n"
" --prio=PRIO Priority (default: 0)\n"
"\n"
"EXAMPLE\n"