Skip to content

Commit ffb91a1

Browse files
authored
Correct help text to correctly reflect Duration units (#10171)
1 parent 72ba701 commit ffb91a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/Find-DbaDbGrowthEvent.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function Find-DbaDbGrowthEvent {
8181
- EventClass: The trace event class (92 = Data File Auto Grow, 93 = Log File Auto Grow, 94 = Data File Auto Shrink, 95 = Log File Auto Shrink)
8282
- DatabaseName: The name of the database that experienced the growth/shrink event
8383
- Filename: The path and name of the database file that was resized
84-
- Duration: The duration of the event in seconds (milliseconds converted to seconds)
84+
- Duration: The duration of the event in milliseconds
8585
- StartTime: The date and time when the event started (UTC by default, local time if -UseLocalTime is specified)
8686
- EndTime: The date and time when the event ended (UTC by default, local time if -UseLocalTime is specified)
8787
- ChangeInSize: The size change during the event in megabytes (MB)

0 commit comments

Comments
 (0)