Skip to content
Snippets Groups Projects
Commit 0a04f380 authored by Alan De Smet's avatar Alan De Smet
Browse files

Add list of options for aitf-update-cache --products

parent 80842ab8
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ def add_products_arg(parser):
parser.add_argument('--products', dest='product_string',
default='all',
metavar='PRODUCT_LIST',
help='comma separated list of products to retrieve inputs for (default: %(default)s))')
help=f'comma separated list of products to retrieve inputs for; options include {", ".join(KNOWN_PRODUCTS)} (default: %(default)s))')
def process_products(args):
import logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment