From: garciadeblas Date: Wed, 4 Dec 2019 09:18:47 +0000 (+0000) Subject: Updated help message for repo-type X-Git-Tag: v7.0.0rc1~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fosmclient.git;a=commitdiff_plain;h=refs%2Fchanges%2F10%2F8310%2F1 Updated help message for repo-type Change-Id: I8adcd95fec1509406b35a4b6da942bb699e5a899 Signed-off-by: garciadeblas --- 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,