Skip to content

Commit

Permalink
Doc update - fixing example for Invoke-DbaAdvancedUpdate (#5143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaxi authored and wsmelton committed Mar 3, 2019
1 parent 9924480 commit e3b3201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Invoke-DbaAdvancedUpdate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Function Invoke-DbaAdvancedUpdate {
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
.EXAMPLE
PS C:\> Invoke-DbaAdvancedUpdate -ComputerName SQL1 -Action $actions -RestartNeeded $true
PS C:\> Invoke-DbaAdvancedUpdate -ComputerName SQL1 -Action $actions
Invokes update actions on SQL1 after restarting it.
#>
Expand Down

0 comments on commit e3b3201

Please sign in to comment.