Update the manual pages

This commit is contained in:
Markus Fleschutz
2023-08-06 21:36:33 +02:00
parent fa9d43b715
commit 2b997e0487
560 changed files with 1849 additions and 1173 deletions

View File

@ -61,7 +61,7 @@ PS> ./convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-usern
Example
-------
```powershell
PS> ./convert-mysql2csv
PS> ./convert-mysql2csv.ps1
```
@ -92,7 +92,7 @@ Script Content
.PARAMETER query
Specifies the SQL query
.EXAMPLE
PS> ./convert-mysql2csv
PS> ./convert-mysql2csv.ps1
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
@ -119,4 +119,4 @@ try {
}
```
*(generated by convert-ps2md.ps1 using the comment-based help of convert-mysql2csv.ps1 as of 08/06/2023 11:42:27)*
*(generated by convert-ps2md.ps1 using the comment-based help of convert-mysql2csv.ps1 as of 08/06/2023 21:36:07)*