From b34c9b15a830cd7c211bfc6c131680a9e17b138b Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 17 Nov 2022 10:35:32 +0100 Subject: [PATCH] Fix typos. * zabbix_cli/cli.py (zabbixcli.do_create_maintenance_definition): Fix typos in description. --- zabbix_cli/cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zabbix_cli/cli.py b/zabbix_cli/cli.py index 317d0d6b..93adf725 100644 --- a/zabbix_cli/cli.py +++ b/zabbix_cli/cli.py @@ -3007,7 +3007,7 @@ def do_create_maintenance_definition(self, args): This command creates a 'one time only' maintenance definition for a defined period of time. Use the zabbix dashboard for - more advance definitions. + more advanced definitions. COMMAND: create_maintenance_definition [name] @@ -3022,7 +3022,7 @@ def do_create_maintenance_definition(self, args): [description] ------------- - Maintenance definition description + Maintenance description. [host/hostgroup] ---------------- @@ -3046,7 +3046,7 @@ def do_create_maintenance_definition(self, args): 2 hours - Means 2 hours from the moment we create the maintenance. + Means the maintenance starts now and lasts for two hours. [maintenance type] ------------------