Add Param Aliases

This commit is contained in:
Wes Carroll
2019-03-26 14:28:00 -04:00
parent 1e82c04687
commit 76b228589e
23 changed files with 42 additions and 2 deletions
@@ -10,6 +10,7 @@ function Start-ZertoCloneVpg {
[Parameter(
HelpMessage = "The identifier of the checkpoint to use for cloning. If unspecified, the latest checkpoint will be used."
)]
[Alias("checkpointId")]
[string]$checkpointIdentifier,
[Parameter(
HelpMessage = "The datastore name where the clone is to be created. If unspecified, will auto select the datastore with the most free space."