fix setter list

geändert:       lib/FHEM/backupToStorage.pm
This commit is contained in:
Marko Oldenburg 2020-06-17 15:21:10 +02:00
parent e81cde3887
commit 2bbe7e97f7
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
UPD 2020-06-17_15:03:50 3368 FHEM/98_backupToStorage.pm
UPD 2020-06-17_15:11:58 10052 lib/FHEM/backupToStorage.pm
UPD 2020-06-17_15:20:54 10052 lib/FHEM/backupToStorage.pm

View File

@ -178,7 +178,7 @@ sub Set {
}
else {
return 'Unknown argument ' . $cmd
. ', choose one of addpassword,deletepassword';
. ', choose one of addpassword deletepassword';
}
return;