We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6718257 commit 034f846Copy full SHA for 034f846
bin/parallel_calabash
@@ -25,7 +25,7 @@ def parse_arguments(arguments)
25
options[:apk_path] = apk_path
26
end
27
28
- opts.on("-d", "--distribution-tag distribution_tag", "divide features into groups as per occurrence of given tag") do |distribution_tag|
+ opts.on("-d", "--distribution-tag tag", "divide features into groups as per occurrence of given tag") do |distribution_tag|
29
options[:distribution_tag] = distribution_tag
30
31
0 commit comments