Correct mis-spelling in trove CLI help

trove help backup-create misspelled "perform" as "preform"

Change-Id: I2d08046fd4acbd0fa74e2548798f4e87e0c8b329
Closes-Bug: #1306687
This commit is contained in:
Doug Shelley
2014-04-11 12:06:22 -04:00
parent f61666027e
commit 4d2b11adc9

View File

@@ -337,7 +337,7 @@ def do_backup_delete(cs, args):
default=None,
help='An optional description for the backup.')
@utils.arg('--parent', metavar='<parent>', default=None,
help='Optional UUID of the parent backup to preform an'
help='Optional UUID of the parent backup to perform an'
' incremental backup from.')
@utils.service_type('database')
def do_backup_create(cs, args):