Skip to content

Commit

Permalink
Fix markup for acknowledge and close documentation.
Browse files Browse the repository at this point in the history
* zabbix_cli/cli.py (zabbixcli.do_acknowledge_event,
zabbixcli.do_acknowledge_trigger_last_event): Use RST list syntax.
Fix typo.
  • Loading branch information
mbakke committed Oct 17, 2022
1 parent 535331e commit af50802
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zabbix_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4880,8 +4880,8 @@ def do_acknowledge_event(self, args):
Values:
false - (default) Leave the event opened.
true - Close the event.
* false - (default) Leave the event open.
* true - Close the event.
"""
ack_message_default = '[Zabbix-CLI] Acknowledged via acknowledge_events'
ack_close_default = 'false'
Expand Down Expand Up @@ -4986,8 +4986,8 @@ def do_acknowledge_trigger_last_event(self, args):
Values:
false - (default) Leave the event opened.
true - Close the event.
* false - (default) Leave the event open.
* true - Close the event.
"""
event_ids = []
ack_message_default = '[Zabbix-CLI] Acknowledged via acknowledge_trigger_last_event'
Expand Down

0 comments on commit af50802

Please sign in to comment.