From 76efaf9633e5dcd0ec03570db3e2f1ef205e6230 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 15 Feb 2021 11:03:24 +0100 Subject: [PATCH] Bug 22824: Adjust POD for koha-preferences Signed-off-by: Julian Maurice --- misc/admin/koha-preferences | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/admin/koha-preferences b/misc/admin/koha-preferences index 085844fef2..1906c549ef 100755 --- a/misc/admin/koha-preferences +++ b/misc/admin/koha-preferences @@ -184,8 +184,8 @@ Set the system preference PREFERENCE to the value VALUE. If no such syspref exists, will exit with a status of 2. If the syspref already has that value, will exit with a status of 3. -If the syspref is YesNo, will accept only a boolean value, but the syntax for -these is fairly lax (yes/no, on/off, 1/0, n/y, true/false are all accepted). +If the syspref is YesNo, will accept only a boolean value. The syntax is *not* +lax and must be 1 or 0. =item B I -- 2.20.1