]> git.p6c8.net - psmysqlbackup.git/commitdiff
Minor changes
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 1 Jan 2022 16:28:28 +0000 (17:28 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 1 Jan 2022 16:28:28 +0000 (17:28 +0100)
README.md
psmysqlbackup.ps1

index 4c9091e938aba990023ee1313a97c08043b40346..d2e7324b869795f2ccb703de2dc4ddde5f98e9a3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 PSMySQLBackup is a script for backing up MySQL / MariaDB databases on Windows using [`mysqldump`](https://mariadb.com/kb/en/mysqldump/).
 
-PSMySQLBackup stands for **P**owerShell **MySQL** **backup** or **P**atrick's **s**imple **MySQL** **backup**.
+PSMySQLBackup stands for **P**ower**S**hell **MySQL** **backup** or **P**atrick's **s**imple **MySQL** **backup**.
 
 ## Requirements
 
index 7e870ea347ab50e52f4dfd556e92dc07af29a8b1..03d63ea12cdc611ba77431a07f1b3d220da285ea 100644 (file)
@@ -91,7 +91,8 @@ if($configDbBackup -and $configDbBackup.count -gt 0) {
     }
 }
 else {
-    :excludeOuter foreach($rDb in $databases) {
+    :excludeOuter
+    foreach($rDb in $databases) {
         if($rDb -in $configDbExclude) {
             continue;
         }

patrick-canterino.de