From 43f13100340fa5c7b16211727afec3b263b80bb9 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sat, 19 Aug 2023 17:34:25 +0200 Subject: [PATCH] Fix comment-based help --- source/Private/Invoke-SetupAction.ps1 | 2 +- source/Public/Install-SqlDscServer.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Private/Invoke-SetupAction.ps1 b/source/Private/Invoke-SetupAction.ps1 index 157faa7e9..7c6f9db93 100644 --- a/source/Private/Invoke-SetupAction.ps1 +++ b/source/Private/Invoke-SetupAction.ps1 @@ -401,7 +401,7 @@ Uninstalls the database engine from the named instance MyInstance. .EXAMPLE - Invoke-SetupAction -PrepareImage -AcceptLicensingTerms -InstanceName 'MyInstance' -Features 'SQLENGINE' -InstanceId 'MyInstance' -MediaPath 'E:\' + Invoke-SetupAction -PrepareImage -AcceptLicensingTerms -Features 'SQLENGINE' -InstanceId 'MyInstance' -MediaPath 'E:\' Prepares the server for using the database engine for an instance named 'MyInstance'. diff --git a/source/Public/Install-SqlDscServer.ps1 b/source/Public/Install-SqlDscServer.ps1 index 715f52637..ba2923ab2 100644 --- a/source/Public/Install-SqlDscServer.ps1 +++ b/source/Public/Install-SqlDscServer.ps1 @@ -375,7 +375,7 @@ Installs SQL Server using the configuration file 'MySqlConfig.ini'. .EXAMPLE - Install-SqlDscServer -PrepareImage -AcceptLicensingTerms -InstanceName 'MyInstance' -Features 'SQLENGINE' -InstanceId 'MyInstance' -MediaPath 'E:\' + Install-SqlDscServer -PrepareImage -AcceptLicensingTerms -Features 'SQLENGINE' -InstanceId 'MyInstance' -MediaPath 'E:\' Prepares the server for using the database engine for an instance named 'MyInstance'.