Skip to content

Commit 63e0da1

Browse files
davidsmatlaksdwheeler
authored andcommitted
issue 4954 p1 (#4960)
1 parent c62f77b commit 63e0da1

File tree

19 files changed

+42
-41
lines changed

19 files changed

+42
-41
lines changed

reference/5.1/Microsoft.PowerShell.Management/Get-EventLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ computers.
2121

2222
```
2323
Get-EventLog [-LogName] <String> [-ComputerName <String[]>] [-Newest <Int32>] [-After <DateTime>]
24-
[-Before <DateTime>] [-UserName <String[]>] [[-InstanceId] <Int64[]>] [-Index <Int32[]>]
25-
[-EntryType <String[]>] [-Source <String[]>] [-Message <String>] [-AsBaseObject]
26-
[<CommonParameters>]
24+
[-Before <DateTime>] [-UserName <String[]>] [[-InstanceId] <Int64[]>] [-Index <Int32[]>]
25+
[-EntryType <String[]>] [-Source <String[]>] [-Message <String>] [-AsBaseObject]
26+
[<CommonParameters>]
2727
```
2828

2929
### List

reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-Csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ objects.
2121

2222
```
2323
ConvertFrom-Csv [-InputObject] <psobject[]> [[-Delimiter] <char>] [-Header <string[]>]
24-
[<CommonParameters>]
24+
[<CommonParameters>]
2525
```
2626

2727
### UseCulture

reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Converts objects into a series of comma-separated value (CSV) strings.
2020

2121
```
2222
ConvertTo-Csv [-InputObject] <psobject> [[-Delimiter] <char>] [-NoTypeInformation]
23-
[<CommonParameters>]
23+
[<CommonParameters>]
2424
```
2525

2626
### UseCulture

reference/5.1/Microsoft.PowerShell.Utility/Export-Csv.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ file.
2020

2121
```
2222
Export-Csv [[-Path] <string>] [[-Delimiter] <char>] -InputObject <psobject> [-LiteralPath <string>]
23-
[-Force] [-NoClobber] [-Encoding <string>] [-Append] [-NoTypeInformation] [-WhatIf] [-Confirm]
24-
[<CommonParameters>]
23+
[-Force] [-NoClobber] [-Encoding <string>] [-Append] [-NoTypeInformation] [-WhatIf] [-Confirm]
24+
[<CommonParameters>]
2525
```
2626

2727
### UseCulture
2828

2929
```
3030
Export-Csv [[-Path] <string>] -InputObject <psobject> [-LiteralPath <string>] [-Force] [-NoClobber]
31-
[-Encoding <string>] [-Append] [-UseCulture] [-NoTypeInformation] [-WhatIf] [-Confirm]
32-
[<CommonParameters>]
31+
[-Encoding <string>] [-Append] [-UseCulture] [-NoTypeInformation] [-WhatIf] [-Confirm]
32+
[<CommonParameters>]
3333
```
3434

3535
## DESCRIPTION

reference/5.1/Microsoft.PowerShell.Utility/Export-PSSession.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Exports commands from another session and saves them in a PowerShell module.
1717

1818
```
1919
Export-PSSession [-Session] <PSSession> [-OutputModule] <string> [[-CommandName] <string[]>]
20-
[[-FormatTypeName] <string[]>] [-Force] [-Encoding <string>] [-AllowClobber] [-ArgumentList
21-
<Object[]>] [-CommandType <CommandTypes>] [-Module <string[]>] [-FullyQualifiedModule
22-
<ModuleSpecification[]>] [-Certificate <X509Certificate2>] [<CommonParameters>]
20+
[[-FormatTypeName] <string[]>] [-Force] [-Encoding <string>] [-AllowClobber]
21+
[-ArgumentList <Object[]>] [-CommandType <CommandTypes>] [-Module <string[]>]
22+
[-FullyQualifiedModule <ModuleSpecification[]>] [-Certificate <X509Certificate2>]
23+
[<CommonParameters>]
2324
```
2425

2526
## DESCRIPTION

reference/5.1/Microsoft.PowerShell.Utility/Import-Csv.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Creates table-like custom objects from the items in a comma-separated value (CSV
1818
### Delimiter (Default)
1919

2020
```
21-
Import-Csv [[-Path] <string[]>] [[-Delimiter] <char>] [-LiteralPath <string[]>] [-Header
22-
<string[]>] [-Encoding <string>] [<CommonParameters>]
21+
Import-Csv [[-Path] <string[]>] [[-Delimiter] <char>] [-LiteralPath <string[]>] [-Header <string[]>]
22+
[-Encoding <string>] [<CommonParameters>]
2323
```
2424

2525
### UseCulture
2626

2727
```
2828
Import-Csv [[-Path] <string[]>] -UseCulture [-LiteralPath <string[]>] [-Header <string[]>]
29-
[-Encoding <string>] [<CommonParameters>]
29+
[-Encoding <string>] [<CommonParameters>]
3030
```
3131

3232
## DESCRIPTION

reference/5.1/Microsoft.PowerShell.Utility/Out-File.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Sends output to a file.
1919

2020
```
2121
Out-File [-FilePath] <string> [[-Encoding] <string>] [-Append] [-Force] [-NoClobber] [-Width <int>]
22-
[-NoNewline] [-InputObject <psobject>] [-WhatIf] [-Confirm] [<CommonParameters>]
22+
[-NoNewline] [-InputObject <psobject>] [-WhatIf] [-Confirm] [<CommonParameters>]
2323
```
2424

2525
### ByLiteralPath
2626

2727
```
2828
Out-File [[-Encoding] <string>] -LiteralPath <string> [-Append] [-Force] [-NoClobber] [-Width <int>]
29-
[-NoNewline] [-InputObject <psobject>] [-WhatIf] [-Confirm] [<CommonParameters>]
29+
[-NoNewline] [-InputObject <psobject>] [-WhatIf] [-Confirm] [<CommonParameters>]
3030
```
3131

3232
## DESCRIPTION

reference/5.1/Microsoft.PowerShell.Utility/Set-Alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Creates or changes an alias for a cmdlet or other command in the current PowerSh
2020

2121
```
2222
Set-Alias [-Name] <string> [-Value] <string> [-Description <string>] [-Option <ScopedItemOptions>]
23-
[-PassThru] [-Scope <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
23+
[-PassThru] [-Scope <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION

reference/5.1/Microsoft.PowerShell.Utility/Sort-Object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sorts objects by property values.
2020

2121
```
2222
Sort-Object [[-Property] <Object[]>] [-Descending] [-Unique] [-InputObject <psobject>]
23-
[-Culture <string>] [-CaseSensitive] [<CommonParameters>]
23+
[-Culture <string>] [-CaseSensitive] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION

reference/6/Microsoft.PowerShell.Utility/ConvertFrom-Csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ objects.
2020

2121
```
2222
ConvertFrom-Csv [-InputObject] <psobject[]> [[-Delimiter] <char>] [-Header <string[]>]
23-
[<CommonParameters>]
23+
[<CommonParameters>]
2424
```
2525

2626
### UseCulture

0 commit comments

Comments
 (0)