mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-19 00:46:30 +02:00
Update the comment based help text
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
## alert.ps1 - Handle and escalate the given alert message
|
||||
## alert.ps1 - Handles and escalates an alert
|
||||
|
||||
alert.ps1 [<message>]
|
||||
This script handles and escalates the given alert message.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
alert.ps1 [[-Message] <String>] [<CommonParameters>]
|
||||
|
||||
-Message <String>
|
||||
Specifies the alert message
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
|
Reference in New Issue
Block a user