diff --git a/troveclient/v1/shell.py b/troveclient/v1/shell.py index a4fcc2f3..95fb7d98 100644 --- a/troveclient/v1/shell.py +++ b/troveclient/v1/shell.py @@ -34,7 +34,8 @@ INSTANCE_HELP = _("Add an instance to the cluster. Specify multiple " "port-id=>' " "(where net-id=network_id, v4-fixed-ip=IPv4r_fixed_address, " "port-id=port_id), availability_zone=, " - "module=, type=.") + "module=, type=, " + "related_to=.") NIC_ERROR = _("Invalid NIC argument: %s. Must specify either net-id or port-id" " but not both. Please refer to help.") NO_LOG_FOUND_ERROR = _("ERROR: No published '%(log_name)s' log was found for "