Update the manual pages

This commit is contained in:
Markus Fleschutz
2023-07-29 09:45:37 +02:00
parent 209fda3588
commit 46dae1445a
513 changed files with 1611 additions and 822 deletions

View File

@ -4,7 +4,7 @@ This PowerShell script converts a MySQL database table to a .CSV file.
## Parameters
```powershell
/home/mf/Repos/PowerShell/Scripts/convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
-server <String>
Specifies the server's hostname or IP address