mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-15 23:28:07 +02:00
Update the comment-based help
This commit is contained in:
@ -2,14 +2,13 @@
|
||||
.SYNOPSIS
|
||||
inspect-exe.ps1 [<path-to-exe-file>]
|
||||
.DESCRIPTION
|
||||
Prints basic information of the given executable file
|
||||
Prints basic information of the given executable file.
|
||||
.EXAMPLE
|
||||
PS> .\inspect-exe.ps1 C:\MyApp.exe
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
#>
|
||||
|
||||
param([string]$PathToExe = "")
|
||||
|
Reference in New Issue
Block a user