diff --git a/src/connectedk8s/azext_connectedk8s/_params.py b/src/connectedk8s/azext_connectedk8s/_params.py index 31dd29baa15..478bdf76505 100644 --- a/src/connectedk8s/azext_connectedk8s/_params.py +++ b/src/connectedk8s/azext_connectedk8s/_params.py @@ -69,7 +69,7 @@ def load_arguments(self: Connectedk8sCommandsLoader, _: CLICommand) -> None: c.argument( "cluster_name", options_list=["--name", "-n"], - help="The name of the connected cluster.", + help="The name of the connected clusters.", ) c.argument( "kube_config", diff --git a/src/connectedk8s/setup.py b/src/connectedk8s/setup.py index e28f498f682..36733a78e32 100644 --- a/src/connectedk8s/setup.py +++ b/src/connectedk8s/setup.py @@ -13,7 +13,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = "1.10.4" +VERSION = "1.10.5" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers