Skip to content

Commit

Permalink
Fix pulse comment
Browse files Browse the repository at this point in the history
  • Loading branch information
egonelbre committed Apr 12, 2019
1 parent bcae63f commit ea5bd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -54,7 +54,7 @@ Options:
-top Display summary table towards top.
-slow Number of slowest tests to display. Default is 0, display all.
-nocolor Disable all colors.
-pulse Print "." every interval. Default is 0, disabled.
-pulse d Print "." every interval d, specified as a time.Duration. Default is 0, disabled.
`

type consoleWriter struct {
Expand Down

0 comments on commit ea5bd10

Please sign in to comment.