X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fosmclient.git;a=blobdiff_plain;f=osmclient%2Fscripts%2Fosm.py;fp=osmclient%2Fscripts%2Fosm.py;h=18b8033bf939db8da7a487a4a393a1b394b5e405;hp=ee3e7927fb266498fa9d75d88eccd62369e7d66b;hb=5fea1eddc3aa6d403dd6bfa26455743dafc75f5f;hpb=5a139d43787d022534d13a92b26982a597519480 diff --git a/osmclient/scripts/osm.py b/osmclient/scripts/osm.py index ee3e792..18b8033 100755 --- a/osmclient/scripts/osm.py +++ b/osmclient/scripts/osm.py @@ -2503,7 +2503,7 @@ def k8scluster_show(ctx, name, literal): @click.option('--type', type=click.Choice(['helm-chart', 'juju-bundle']), prompt=True, - help='type of repo for helm-chart or juju-bundle') + help='type of repo (helm-chart for Helm Charts, juju-bundle for Juju Bundles)') @click.option('--description', default='', help='human readable description') @@ -2540,7 +2540,7 @@ def repo_add(ctx, @click.option('--newname', help='New name for the repo') @click.option('--uri', help='URI of the repo') @click.option('--type', type=click.Choice(['helm-chart', 'juju-bundle']), - help='type of repo for helm-chart or juju-bundle') + help='type of repo (helm-chart for Helm Charts, juju-bundle for Juju Bundles)') @click.option('--description', help='human readable description') #@click.option('--wait', # is_flag=True,