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
+1 -1
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',