Skip to content

Commit

Permalink
Fix comment-based help
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Aug 19, 2023
1 parent 4fdc5f4 commit 43f1310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Private/Invoke-SetupAction.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down
2 changes: 1 addition & 1 deletion source/Public/Install-SqlDscServer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 43f1310

Please sign in to comment.