Skip to content

Commit 063362a

Browse files
committed
simplify docs
1 parent 432b80a commit 063362a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/parallel_tests/cli.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,8 @@ def parse_options!(argv)
248248
"--only-group INT[,INT]",
249249
Array,
250250
<<~TEXT.rstrip.split("\n").join("\n#{newline_padding}")
251-
Only run the given group numbers. Note that this will force the 'filesize'
252-
grouping strategy (even when the runtime log is present) unless you explicitly
253-
set it otherwise via the '-group-by' flag.
251+
Only run the given group numbers.
252+
Changes `--group-by` default to 'filesize'.
254253
TEXT
255254
) { |groups| options[:only_group] = groups.map(&:to_i) }
256255

0 commit comments

Comments
 (0)