Skip to content

Commit 034f846

Browse files
committed
renaming distribution tag
1 parent 6718257 commit 034f846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/parallel_calabash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def parse_arguments(arguments)
2525
options[:apk_path] = apk_path
2626
end
2727

28-
opts.on("-d", "--distribution-tag distribution_tag", "divide features into groups as per occurrence of given tag") do |distribution_tag|
28+
opts.on("-d", "--distribution-tag tag", "divide features into groups as per occurrence of given tag") do |distribution_tag|
2929
options[:distribution_tag] = distribution_tag
3030
end
3131

0 commit comments

Comments
 (0)