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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user