Skip to content

Commit 4a576df

Browse files
Typos Update Get-DbaDbccHelp.ps1 (#9424)
1 parent c7df5a9 commit 4a576df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/Get-DbaDbccHelp.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ function Get-DbaDbccHelp {
4747
.EXAMPLE
4848
PS C:\> Get-DbaDbccHelp -SqlInstance SQLInstance -Statement FREESYSTEMCACHE -Verbose | Format-List
4949
50-
Runs the command DBCC HELP(FREESYSTEMCACHE) WITH NO_INFOMSGS against the SQL Server instance SQLInstance
50+
Runs the command DBCC HELP(FREESYSTEMCACHE) WITH NO_INFOMSGS against the SQLInstance SQL Server instance.
5151
5252
.EXAMPLE
53-
PS C:\> Get-DbaDbccHelp -SqlInstance LensmanSB -Statement WritePage -IncludeUndocumented | Format-List
53+
PS C:\> Get-DbaDbccHelp -SqlInstance SQLInstance -Statement WritePage -IncludeUndocumented | Format-List
5454
55-
Sets TraeFlag 2588 on for session and then runs the command DBCC HELP(WritePage) WITH NO_INFOMSGS against the SQL Server instance SQLInstance
55+
Sets Trace Flag 2588 on for the session and then runs the command DBCC HELP(WritePage) WITH NO_INFOMSGS against the SQLInstance SQL Server instance.
5656
5757
#>
5858
[CmdletBinding()]
@@ -105,4 +105,4 @@ function Get-DbaDbccHelp {
105105

106106
}
107107
}
108-
}
108+
}

0 commit comments

Comments
 (0)