From 7e4e0d7a2ea48cca67bf94fb1538b8d94b0fa521 Mon Sep 17 00:00:00 2001 From: Rafael Martinez Guerrero Date: Sat, 19 Sep 2015 15:07:19 +0200 Subject: [PATCH] Fix typo --- docs/manual.rst | 4 ++-- zabbix_cli/cli.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual.rst b/docs/manual.rst index f85d1657..55912e2d 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -479,7 +479,7 @@ create_notification_user ------------------------ This command creates a notification user. These users are used to send -notifications when an zabbix event happens. +notifications when a zabbix event happens. They are needed because sometimes a system administrator group needs to send different notifications to multiple different @@ -1199,4 +1199,4 @@ License and Contributions Zabbix-CLI is the property of USIT-University of Oslo, and its code is distributed under GNU General Public License 3. -| Copyright © 2014 USIT-University of Oslo. +| Copyright © 2014-2015 USIT-University of Oslo. diff --git a/zabbix_cli/cli.py b/zabbix_cli/cli.py index 54938b1f..5fb9bd5f 100644 --- a/zabbix_cli/cli.py +++ b/zabbix_cli/cli.py @@ -2939,7 +2939,7 @@ def do_create_notification_user(self,args): '''DESCRIPTION: This command creates a notification user. These users are - used to send notifications when an zabbix event happens. + used to send notifications when a zabbix event happens. They are needed because sometimes a system administrator group needs to send different notifications to multiple different