From bec1937cbe63808bfb81ee50b3af00f3e4da3156 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 9 Mar 2020 18:10:40 +0100 Subject: [PATCH] api/quarantine: mention that one can pass comma-separated list as addresses Signed-off-by: Thomas Lamprecht --- src/PMG/API2/Quarantine.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PMG/API2/Quarantine.pm b/src/PMG/API2/Quarantine.pm index 272dfdb..f8135c6 100644 --- a/src/PMG/API2/Quarantine.pm +++ b/src/PMG/API2/Quarantine.pm @@ -288,7 +288,7 @@ __PACKAGE__->register_method ({ pmail => $pmail_param_type, address => get_standard_option('pmg-whiteblacklist-entry-list', { pattern => '', - description => "The address you want to remove.", + description => "The address, or comma-separated list of addresses, you want to remove.", }), }, }, @@ -396,7 +396,7 @@ __PACKAGE__->register_method ({ pmail => $pmail_param_type, address => get_standard_option('pmg-whiteblacklist-entry-list', { pattern => '', - description => "The address you want to remove.", + description => "The address, or comma-separated list of addresses, you want to remove.", }), }, }, -- 2.39.2