diff --git a/public/Get-DbaReplPublication.ps1 b/public/Get-DbaReplPublication.ps1 index 434c444a62..517b89d06d 100644 --- a/public/Get-DbaReplPublication.ps1 +++ b/public/Get-DbaReplPublication.ps1 @@ -57,7 +57,7 @@ function Get-DbaReplPublication { Return all transactional publications on server sql2008. .EXAMPLE - PS C:\> Get-DbaReplPublication -SqlInstance mssql1 -Name Mergey + PS C:\> Get-DbaReplPublication -SqlInstance mssql1 -Name Merge Returns the Mergey publications on server mssql1 @@ -149,4 +149,4 @@ function Get-DbaReplPublication { } } } -} \ No newline at end of file +}