smpp: Fix help string in vty for "alert-notifications"

Without the 'no' prefix, this command is about enabling, not disabling

Change-Id: I3019a0d9271e73030b9d7cd555761e17358ec812
This commit is contained in:
Harald Welte 2021-09-25 18:42:23 +02:00
parent 4ac59538e9
commit 30811f865c
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ DEFUN(cfg_esme_no_dcs_transp, cfg_esme_no_dcs_transp_cmd,
DEFUN(cfg_esme_alert_notif, cfg_esme_alert_notif_cmd,
"alert-notifications",
"Disable sending of SMPP Alert Notifications for this ESME")
"Enable sending of SMPP Alert Notifications for this ESME")
{
struct osmo_smpp_acl *acl = vty->index;