diff --git a/mkp/freeradius-0.1.2-20240501.mkp b/mkp/freeradius-0.1.2-20240501.mkp
index e1126acb7ff7ad17bfe26de117e3073fa80814d4..feb6fe88e82bd1f80c7ac16fb5813e6576f55447 100644
Binary files a/mkp/freeradius-0.1.2-20240501.mkp and b/mkp/freeradius-0.1.2-20240501.mkp differ
diff --git a/source/lib/python3/cmk/special_agents/agent_freeradius.py b/source/lib/python3/cmk/special_agents/agent_freeradius.py
index 3540153bbb224d8291ce6aa7c8bcd6fed476100c..363e8ea4a6b9c626efd3c8c014214511a0667b95 100644
--- a/source/lib/python3/cmk/special_agents/agent_freeradius.py
+++ b/source/lib/python3/cmk/special_agents/agent_freeradius.py
@@ -75,7 +75,7 @@ def write_section(message: Mapping[str, any]):
 
 def parse_arguments(argv: Sequence[str] | None) -> Args:
     parser = create_default_argument_parser(__doc__)
-    parser.description = 'This is a special agent to collect stats data from FreeRADIS servers.'
+    parser.description = 'This is a CMK special agent to collect stats data from FreeRADIS servers.'
     parser.epilog = (
         f'(c) thl-cmk[at]outlook[dot], Version: {VERSION}, '
         f'For more information see: https://thl-cmk.hopto.org'