Skip to content

Commit c841f61

Browse files
matt9uccisdwheeler
authored andcommitted
Fix Get-Command -ShowCommandInfo param (#4797)
1 parent e492f03 commit c841f61

File tree

4 files changed

+4
-32
lines changed

4 files changed

+4
-32
lines changed

reference/5.0/Microsoft.PowerShell.Core/Get-Command.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -517,14 +517,7 @@ Accept wildcard characters: True
517517

518518
Indicates that this cmdlet displays command information.
519519

520-
For more information about the method that PowerShell uses to select the command to run when
521-
multiple commands have the same name, see [about_Command_Precedence](About/about_Command_Precedence.md).
522-
For information about module-qualified command names and running commands that do not run by default
523-
because of a name conflict, see [about_Modules](About/about_Modules.md).
524-
525-
This parameter was introduced in Windows PowerShell 3.0.
526-
527-
In Windows PowerShell 2.0, `Get-Command` gets all commands by default.
520+
This parameter was introduced in Windows PowerShell 5.0.
528521

529522
```yaml
530523
Type: SwitchParameter

reference/5.1/Microsoft.PowerShell.Core/Get-Command.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -517,14 +517,7 @@ Accept wildcard characters: True
517517

518518
Indicates that this cmdlet displays command information.
519519

520-
For more information about the method that PowerShell uses to select the command to run when
521-
multiple commands have the same name, see [about_Command_Precedence](About/about_Command_Precedence.md).
522-
For information about module-qualified command names and running commands that do not run by default
523-
because of a name conflict, see [about_Modules](About/about_Modules.md).
524-
525-
This parameter was introduced in Windows PowerShell 3.0.
526-
527-
In Windows PowerShell 2.0, `Get-Command` gets all commands by default.
520+
This parameter was introduced in Windows PowerShell 5.0.
528521

529522
```yaml
530523
Type: SwitchParameter

reference/6/Microsoft.PowerShell.Core/Get-Command.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -532,14 +532,7 @@ Accept wildcard characters: True
532532

533533
Indicates that this cmdlet displays command information.
534534

535-
For more information about the method that PowerShell uses to select the command to run when
536-
multiple commands have the same name, see [about_Command_Precedence](About/about_Command_Precedence.md).
537-
For information about module-qualified command names and running commands that do not run by default
538-
because of a name conflict, see [about_Modules](About/about_Modules.md).
539-
540-
This parameter was introduced in Windows PowerShell 3.0.
541-
542-
In Windows PowerShell 2.0, `Get-Command` gets all commands by default.
535+
This parameter was introduced in Windows PowerShell 5.0.
543536

544537
```yaml
545538
Type: SwitchParameter

reference/7/Microsoft.PowerShell.Core/Get-Command.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -532,14 +532,7 @@ Accept wildcard characters: True
532532

533533
Indicates that this cmdlet displays command information.
534534

535-
For more information about the method that PowerShell uses to select the command to run when
536-
multiple commands have the same name, see [about_Command_Precedence](About/about_Command_Precedence.md).
537-
For information about module-qualified command names and running commands that do not run by default
538-
because of a name conflict, see [about_Modules](About/about_Modules.md).
539-
540-
This parameter was introduced in Windows PowerShell 3.0.
541-
542-
In Windows PowerShell 2.0, `Get-Command` gets all commands by default.
535+
This parameter was introduced in Windows PowerShell 5.0.
543536

544537
```yaml
545538
Type: SwitchParameter

0 commit comments

Comments
 (0)