@@ -, +, @@ --- misc/admin/koha-preferences | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/misc/admin/koha-preferences +++ a/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 --