mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-23 02:10:39 +02:00
Update the comment-based help
This commit is contained in:
@@ -2,14 +2,13 @@
|
||||
.SYNOPSIS
|
||||
download-file.ps1 [<URL>]
|
||||
.DESCRIPTION
|
||||
Downloads a file from the given URL
|
||||
Downloads a file from the given URL.
|
||||
.EXAMPLE
|
||||
PS> .\download-file.ps1 "https://www.cnn.com/index.html"
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
#>
|
||||
|
||||
param([string]$URL = "")
|
||||
|
Reference in New Issue
Block a user