Skip to content

Commit 89c06e2

Browse files
Invoke-DbaCycleErrorLog - Fix example command names (#10290)
1 parent 7b349b5 commit 89c06e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/Invoke-DbaCycleErrorLog.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ function Invoke-DbaCycleErrorLog {
5757
https://dbatools.io/Invoke-DbaCycleErrorLog
5858
5959
.EXAMPLE
60-
PS C:\> Invoke-DbaCycleLog -SqlInstance sql2016 -Type agent
60+
PS C:\> Invoke-DbaCycleErrorLog -SqlInstance sql2016 -Type agent
6161
6262
Cycles the current error log for the SQL Server Agent on SQL Server instance sql2016
6363
6464
.EXAMPLE
65-
PS C:\> Invoke-DbaCycleLog -SqlInstance sql2016 -Type instance
65+
PS C:\> Invoke-DbaCycleErrorLog -SqlInstance sql2016 -Type instance
6666
6767
Cycles the current error log for the SQL Server instance on SQL Server instance sql2016
6868
6969
.EXAMPLE
70-
PS C:\> Invoke-DbaCycleLog -SqlInstance sql2016
70+
PS C:\> Invoke-DbaCycleErrorLog -SqlInstance sql2016
7171
7272
Cycles the current error log for both SQL Server instance and SQL Server Agent on SQL Server instance sql2016
7373

0 commit comments

Comments
 (0)