Skip to content

Commit

Permalink
fixed help
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichWeinmann committed Dec 9, 2017
1 parent d1eab85 commit ce52252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Get-DbaBackupHistory.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Get-DbaBackupHistory {
.PARAMETER SqlInstance
SQL Server name or SMO object representing the SQL Server to connect to. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
.PARAMETER Credential
.PARAMETER SqlCredential
Credential object used to connect to the SQL Server Instance as a different user. This can be a Windows or SQL Server account. Windows users are determined by the existence of a backslash, so if you are intending to use an alternative Windows connection instead of a SQL login, ensure it contains a backslash.
.PARAMETER Database
Expand Down

0 comments on commit ce52252

Please sign in to comment.