typo
This commit is contained in:
parent
08e736c489
commit
cbb6ad4517
@ -109,7 +109,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
product_config = get_config(product)
|
product_config = get_config(product)
|
||||||
|
|
||||||
# then everythingm else
|
# then everything else
|
||||||
parser = ArgumentParser(parents=[product_parser])
|
parser = ArgumentParser(parents=[product_parser])
|
||||||
parser.add_argument('--target', type=str, required=True, choices=product_config['targets'],
|
parser.add_argument('--target', type=str, required=True, choices=product_config['targets'],
|
||||||
help='PIO build target')
|
help='PIO build target')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user