Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod committed Feb 27, 2025
1 parent 919d0bd commit 72d6aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/Get-DbaDbBackupHistory.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ function Get-DbaDbBackupHistory {
If this switch is enabled, a large amount of information is returned, similar to what SQL Server itself returns.
.PARAMETER Since
Specifies a starting point for the search for backups.
Specifies a starting point for the search for backups.
This is compared to the date stored in msdb, which gets stored in the timezone of the running SQL Server instance.
If a DateTime object is passed, that will be used.
If a DateTime object is passed, that will be used.
If a TimeSpan object is passed, that will be added to Get-Date and the resulting value will be used.
.PARAMETER RecoveryFork
Expand Down

0 comments on commit 72d6aa5

Please sign in to comment.