Default parameter set was missing

This commit is contained in:
jhoneill
2018-04-27 15:57:12 +01:00
committed by dfinke
parent 47a61f5eb3
commit 904145ebae

View File

@@ -35,7 +35,7 @@
So this version starts at row 2 to skip the tiltle and labels the first column "label" and the Second "Value"; the label acts as the key
and the result is display on using grid view. Note that grid view works best when the number of columns is small.
#>
[cmdletbinding()]
[cmdletbinding(DefaultParameterSetName)]
Param(
#First file to compare
[parameter(Mandatory=$true)]