From abe009eee0ff980f0f33fecadc13e8eafec2d652 Mon Sep 17 00:00:00 2001 From: yuanbo Date: Thu, 7 Nov 2019 01:54:10 +0800 Subject: [PATCH] Update userguide --- docs/UserGuide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.adoc b/docs/UserGuide.adoc index e35e94ab529..016c3528549 100644 --- a/docs/UserGuide.adoc +++ b/docs/UserGuide.adoc @@ -739,11 +739,11 @@ Example: `binitemexpiry days/30` + -Set BinItems to expire 30 days their deletion. After 30 days, they will be removed permanently. +Set all BinItems to expire 30 days their deletion. They will be removed permanently once they exceed their expiry date. Expected Output: + ``` -Changed bin item expiry time! Items in the Bin will be removed permanently after 30 days. +Changed bin item expiry time! Items in the Bin will be removed permanently 30 days after their deletion. ``` // end::binitemexpiry[]