summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorRami Rosen <rami.rosen@intel.com>2016-01-25 08:09:39 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-01-25 11:18:54 +0100
commit6ee037003ba68d84180dfd7340e38b9c8f4d01fa (patch)
tree50f88f83af2d5e432d8f758731fd0bfefc8ef01c /extensions
parent7e120efae5a95640cb14dcf4b40d60eab249945d (diff)
extensions: fix cgroup2 help message in libxt_cgroup.c.
This patch fixes a typo in the cgroup2 cgroup_help_v1() method in extensions\ibxt_cgroup.c. Signed-off-by: Rami Rosen <rami.rosen@intel.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libxt_cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_cgroup.c b/extensions/libxt_cgroup.c
index bea3c808..3be42ad5 100644
--- a/extensions/libxt_cgroup.c
+++ b/extensions/libxt_cgroup.c
@@ -19,7 +19,7 @@ static void cgroup_help_v1(void)
printf(
"cgroup match options:\n"
"[!] --path path Recursively match path relative to cgroup2 root\n"
-"[!] --cgroup claasid Match cgroup classid, can't be used with --path\n");
+"[!] --cgroup classid Match cgroup classid, can't be used with --path\n");
}
static const struct xt_option_entry cgroup_opts_v0[] = {