Skip to content

Commit bbbf982

Browse files
committed
Update examples to reflect reality
1 parent 256e22c commit bbbf982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ class UnityVersion : System.IComparable
140140
.PARAMETER Version
141141
What version of Unity are you looking for?
142142
.PARAMETER Components
143-
What components would you like to search for? Defaults to [UnitySetupComponentType]::All
143+
What components would you like to search for? Defaults to All
144144
.EXAMPLE
145145
Find-UnitySetupInstaller -Version 2017.3.0f3
146146
.EXAMPLE
147-
Find-UnitySetupInstaller -Version 2017.3.0f3 -Components ([UnitySetupComponentType]::Setup, [UnitySetupComponentType]::Documentation)
147+
Find-UnitySetupInstaller -Version 2017.3.0f3 -Components Setup,Documentation
148148
#>
149149
function Find-UnitySetupInstaller
150150
{

0 commit comments

Comments
 (0)