diff --git a/sunbeam-python/sunbeam/provider/local/commands.py b/sunbeam-python/sunbeam/provider/local/commands.py index 3655fea7f..a2d262a40 100644 --- a/sunbeam-python/sunbeam/provider/local/commands.py +++ b/sunbeam-python/sunbeam/provider/local/commands.py @@ -609,7 +609,7 @@ def deploy_and_migrate_juju_controller( default=["control", "compute", "network"], callback=validate_roles, help="Specify additional roles for the bootstrap node. " - "Possible values: compute, storage, network, region_controller. " + "Possible values: compute, storage, network, control. " "Defaults to the compute role. Can be repeated and comma separated.", ) @click_option_topology