diff --git a/troveclient/v1/shell.py b/troveclient/v1/shell.py index 5f781422..d945c9fe 100644 --- a/troveclient/v1/shell.py +++ b/troveclient/v1/shell.py @@ -954,7 +954,8 @@ def do_configuration_attach(cs, args): @utils.arg('values', metavar='', help='Dictionary of the values to set.') @utils.arg('--datastore', metavar='', - help='Datastore assigned to the configuration group.') + help='Datastore assigned to the configuration group. Required if ' + 'default datastore is not configured.') @utils.arg('--datastore_version', metavar='', help='Datastore version ID assigned to the configuration group.') @utils.arg('--description', metavar='',