Skip to content

Commit

Permalink
Rename --yota-search to --yotta-registry
Browse files Browse the repository at this point in the history
Based on Kojto's comment
  • Loading branch information
PrzemekWirkus committed Dec 8, 2015
1 parent a576bc2 commit c955435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbed_greentea/mbed_greentea_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def main():
action="store_true",
help='Prints console outputs for failed tests')

parser.add_option('', '--yotta-search',
parser.add_option('', '--yotta-registry',
dest='yotta_search_for_mbed_target',
default=False,
action="store_true",
Expand Down

0 comments on commit c955435

Please sign in to comment.