Skip to content

Commit

Permalink
Fixes #3391 - Correct Format-List Property values (#4286)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbytreed authored and sdwheeler committed May 9, 2019
1 parent c14d932 commit 3b8cc27
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion reference/3.0/Microsoft.PowerShell.Utility/Format-List.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ parameters in the same command.
The value of the **Property** parameter can be a new calculated property. To create a calculated
property, use a hash table. Valid keys are:
- Name (or Label) \<string\>
- Expression \<string\> or \<script block\>
- Depth \<int32\>
- FormatString \<string\>
```yaml
Type: Object[]
Expand Down
5 changes: 3 additions & 2 deletions reference/4.0/Microsoft.PowerShell.Utility/Format-List.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ parameters in the same command.
The value of the **Property** parameter can be a new calculated property. To create a calculated
property, use a hash table. Valid keys are:
- Name (or Label) \<string\>
- Expression \<string\> or \<script block\>
- Depth \<int32\>
- FormatString \<string\>
```yaml
Type: Object[]
Expand Down Expand Up @@ -320,4 +321,4 @@ a table, use `Format-Custom`.

[Format-Table](Format-Table.md)

[Format-Wide](Format-Wide.md)
[Format-Wide](Format-Wide.md)
3 changes: 2 additions & 1 deletion reference/5.0/Microsoft.PowerShell.Utility/Format-List.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,9 @@ parameters in the same command.
The value of the **Property** parameter can be a new calculated property. To create a calculated
property, use a hash table. Valid keys are:
- Name (or Label) \<string\>
- Expression \<string\> or \<script block\>
- Depth \<int32\>
- FormatString \<string\>
```yaml
Type: Object[]
Expand Down
3 changes: 2 additions & 1 deletion reference/5.1/Microsoft.PowerShell.Utility/Format-List.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,9 @@ parameters in the same command.
The value of the **Property** parameter can be a new calculated property. To create a calculated
property, use a hash table. Valid keys are:
- Name (or Label) \<string\>
- Expression \<string\> or \<script block\>
- Depth \<int32\>
- FormatString \<string\>
```yaml
Type: Object[]
Expand Down
3 changes: 2 additions & 1 deletion reference/6/Microsoft.PowerShell.Utility/Format-List.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ parameters in the same command.
The value of the **Property** parameter can be a new calculated property. To create a calculated
property, use a hash table. Valid keys are:
- Name (or Label) \<string\>
- Expression \<string\> or \<script block\>
- Depth \<int32\>
- FormatString \<string\>
```yaml
Type: Object[]
Expand Down

0 comments on commit 3b8cc27

Please sign in to comment.