mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 15:41:52 +02:00
Update the comment-based help
This commit is contained in:
@ -2,14 +2,13 @@
|
||||
.SYNOPSIS
|
||||
convert-csv2txt.ps1 [<csv-file>]
|
||||
.DESCRIPTION
|
||||
Converts the given CSV file into a text list
|
||||
Converts a .CSV file into a text file.
|
||||
.EXAMPLE
|
||||
PS> .\convert-csv2txt.ps1 salaries.csv
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
#>
|
||||
|
||||
param([string]$Path = "")
|
||||
|
Reference in New Issue
Block a user