]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
correct --protocol option for nl-cls-* utilities
authorCong Wang <xiyou.wangcong@gmail.com>
Wed, 25 Feb 2015 06:09:54 +0000 (22:09 -0800)
committerThomas Haller <thaller@redhat.com>
Wed, 25 Feb 2015 09:08:07 +0000 (10:08 +0100)
Just in the help message.

Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Haller <thaller@redhat.com>
src/nl-cls-add.c
src/nl-cls-delete.c
src/nl-cls-list.c

index 6acb32021e496bb46582b87fbf85cd97cafeb8b9..ada234dc54057aa97b525ea33e2aeb58cfaf20d4 100644 (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"
index 2b3db1f110110876e010ea0b50ccc4b271d3a1d3..c6abac77cf748b30334010a318243a9176178645 100644 (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"
index 50725850a23756c285900727a448868d13226baf..cae7e272c5142fb5e377388d93ab2a4d81fd6a04 100644 (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"