fix Syntax error

This commit is contained in:
2021-04-07 19:57:46 +02:00
parent 74f1df3876
commit 8ffea1c823
2 changed files with 2 additions and 2 deletions

View File

@ -448,7 +448,7 @@ sub Set {
return "usage: $cmd <password>" if ( scalar( @{$aArg} ) != 1 );
StorePassword( $hash, $name, $aArg->[0] );
}q
}
elsif ( lc $cmd eq 'deleteaccountpassword' ) {
return "usage: $cmd" if ( scalar( @{$aArg} ) != 0 );