Skip to content

Commit

Permalink
renaming distribution tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepv committed Feb 22, 2015
1 parent 6718257 commit 034f846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/parallel_calabash
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def parse_arguments(arguments)
options[:apk_path] = apk_path
end

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|
options[:distribution_tag] = distribution_tag
end

Expand Down

0 comments on commit 034f846

Please sign in to comment.