Fix helpmessage typo
This commit is contained in:
@@ -6,7 +6,7 @@ function Set-ZertoUserCredential {
|
|||||||
)]
|
)]
|
||||||
param(
|
param(
|
||||||
[Parameter(
|
[Parameter(
|
||||||
HelpMessage = "PSCredential Object that conatins the username and password for the updated credentials.",
|
HelpMessage = "PSCredential Object that contains the username and password for the updated credentials.",
|
||||||
Mandatory
|
Mandatory
|
||||||
)]
|
)]
|
||||||
[pscredential]$UserCredential
|
[pscredential]$UserCredential
|
||||||
|
|||||||
Reference in New Issue
Block a user