Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
* zabbix_cli/cli.py (zabbixcli.do_create_maintenance_definition): Fix
typos in description.
  • Loading branch information
mbakke committed Nov 17, 2022
1 parent af50802 commit b34c9b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zabbix_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -3022,7 +3022,7 @@ def do_create_maintenance_definition(self, args):
[description]
-------------
Maintenance definition description
Maintenance description.
[host/hostgroup]
----------------
Expand All @@ -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]
------------------
Expand Down

0 comments on commit b34c9b1

Please sign in to comment.