Skip to content

Commit c7b3c1f

Browse files
author
mrudzki
committed
Add change to readme
1 parent 9991aca commit c7b3c1f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Options:
9797
-v, --verbose More output
9898
--fail-fast=[N]
9999
--seed SEED Seed for rspec
100+
--print_failed_group Prints group that had failures in it
100101
```
101102

102103
## Development

lib/turbo_tests/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def run
8383
seed = s
8484
end
8585

86-
opts.on("--print_failed_group") do
86+
opts.on("--print_failed_group", "Prints group that had failures in it") do
8787
print_failed_group = true
8888
end
8989
}.parse!(@argv)

0 commit comments

Comments
 (0)