File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments