X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fscripts%2Fosm.py;h=4867e49fb689a1d3852572b503b2ecef79986e05;hb=refs%2Fchanges%2F55%2F10055%2F1;hp=227e429af9c01c81df48a4de26fb9e661f1941a4;hpb=ef473491254e99f791481b2c0e67066a003c675e;p=osm%2Fosmclient.git diff --git a/osmclient/scripts/osm.py b/osmclient/scripts/osm.py index 227e429..4867e49 100755 --- a/osmclient/scripts/osm.py +++ b/osmclient/scripts/osm.py @@ -605,7 +605,7 @@ def nfpkg_list(ctx, nf_type, filter, long): @cli_osm.command(name='vnfpkg-repo-list', short_help='list all xNF from OSM repositories') -@click.option('--filter', default=None, +@click.option('--filter', default=None, multiple=True, help='restricts the list to the NFpkg matching the filter') @click.option('--repo', default=None, help='restricts the list to a particular OSM repository') @@ -617,7 +617,7 @@ def nfpkg_repo_list1(ctx, filter, repo, long): pkg_repo_list(ctx, pkgtype, filter, repo, long) @cli_osm.command(name='nfpkg-repo-list', short_help='list all xNF from OSM repositories') -@click.option('--filter', default=None, +@click.option('--filter', default=None, multiple=True, help='restricts the list to the NFpkg matching the filter') @click.option('--repo', default=None, help='restricts the list to a particular OSM repository')