Skip to content

Commit

Permalink
(GH-828) Add Alias Get-OSBitness
Browse files Browse the repository at this point in the history
Get-OSArchitectureWidth is not the most intuitive name, so add
Get-OSBitness as an alias that can be used.
  • Loading branch information
ferventcoder committed Jul 24, 2016
1 parent 45ccd77 commit e7fc002
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ param(
}

Set-Alias Get-ProcessorBits Get-OSArchitectureWidth
Set-Alias Get-OSBitness Get-OSArchitectureWidth

0 comments on commit e7fc002

Please sign in to comment.