diff options
Diffstat (limited to 'troveclient/v1/shell.py')
| -rw-r--r-- | troveclient/v1/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troveclient/v1/shell.py b/troveclient/v1/shell.py index cb9c0f6..d61d9c9 100644 --- a/troveclient/v1/shell.py +++ b/troveclient/v1/shell.py @@ -246,7 +246,7 @@ def do_backup_delete(cs, args): help='An optional description for the backup.') @utils.service_type('database') def do_backup_create(cs, args): - """Deletes a backup.""" + """Creates a backup.""" backup = cs.backups.create(args.name, args.instance, description=args.description) _print_instance(backup) |
