summaryrefslogtreecommitdiff
path: root/src/nl-cls-list.c
diff options
context:
space:
mode:
authorCong Wang <xiyou.wangcong@gmail.com>2015-02-24 22:09:54 -0800
committerThomas Haller <thaller@redhat.com>2015-02-25 10:08:07 +0100
commit4ff512b054560c66ca0dbbb2d602b4231f050315 (patch)
tree932bef7397d8b73a7e8bffef74235dd93e2e1529 /src/nl-cls-list.c
parentdf25df5857d853a27a5af3590d366b5a710dd2f9 (diff)
downloadlibnl-4ff512b054560c66ca0dbbb2d602b4231f050315.tar.gz
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>
Diffstat (limited to 'src/nl-cls-list.c')
-rw-r--r--src/nl-cls-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl-cls-list.c b/src/nl-cls-list.c
index 50725850..cae7e272 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"