Merge "Fix a help string in nova-manage"

This commit is contained in:
Zuul 2018-11-13 21:38:39 +00:00 committed by Gerrit Code Review
commit fdff55ae7f
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ Error: %s""") % six.text_type(e))
# NOTE(danms): Return nonzero if we archived something
return int(bool(table_to_rows_archived))
@args('--before', dest='before',
@args('--before', metavar='<before>', dest='before',
help='If specified, purge rows from shadow tables that are older '
'than this. Fuzzy time specs are allowed')
@args('--all', dest='purge_all', action='store_true',