Update the manuals

This commit is contained in:
Markus Fleschutz
2023-09-13 09:49:05 +02:00
parent 7ad7923ef3
commit b31ca9f095
581 changed files with 1007 additions and 713 deletions

View File

@ -120,7 +120,7 @@ try {
$RepoDirName = (Get-Item "$FullPath").Name
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
"✔️ checked Git repository 📂$RepoDirName in $Elapsed sec"
"✔️ Checked repo 📂$RepoDirName in $Elapsed sec"
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
@ -128,4 +128,4 @@ try {
}
```
*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 09/01/2023 17:51:49)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 09/13/2023 09:48:38)*