mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 06:02:56 +02:00
Update the manual pages
This commit is contained in:
@ -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)*
|
||||
|
Reference in New Issue
Block a user