summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCong Wang <xiyou.wangcong@gmail.com>2015-02-25 06:09:54 (GMT)
committerThomas Haller <thaller@redhat.com>2015-02-25 09:08:07 (GMT)
commit4ff512b054560c66ca0dbbb2d602b4231f050315 (patch)
tree932bef7397d8b73a7e8bffef74235dd93e2e1529
parentdf25df5857d853a27a5af3590d366b5a710dd2f9 (diff)
downloadlibnl-4ff512b054560c66ca0dbbb2d602b4231f050315.zip
libnl-4ff512b054560c66ca0dbbb2d602b4231f050315.tar.gz
libnl-4ff512b054560c66ca0dbbb2d602b4231f050315.tar.bz2
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>
-rw-r--r--src/nl-cls-add.c2
-rw-r--r--src/nl-cls-delete.c2
-rw-r--r--src/nl-cls-list.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/nl-cls-add.c b/src/nl-cls-add.c
index 6acb320..ada234d 100644
--- a/src/nl-cls-add.c
+++ b/src/nl-cls-add.c
@@ -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"
diff --git a/src/nl-cls-delete.c b/src/nl-cls-delete.c
index 2b3db1f..c6abac7 100644
--- a/src/nl-cls-delete.c
+++ b/src/nl-cls-delete.c
@@ -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"
diff --git a/src/nl-cls-list.c b/src/nl-cls-list.c
index 5072585..cae7e27 100644
--- a/src/nl-cls-list.c
+++ b/src/nl-cls-list.c
@@ -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"