little bugfix

This commit is contained in:
2022-01-02 07:55:00 +01:00
parent 8109cd7ebe
commit 79d369b9f5
2 changed files with 3 additions and 1 deletions

View File

@ -518,6 +518,8 @@ sub Set {
my $cmd = shift @$aArg
// return qq{"set $name" needs at least one argument};
$cmd = lc($cmd);
given ($cmd) {
when ('renewalltimer') {
return "usage: $cmd" if ( scalar( @{$aArg} ) != 0 );