Merge "Fix log_rotate_interval help text formatting"

This commit is contained in:
Zuul 2021-04-16 12:04:08 +00:00 committed by Gerrit Code Review
commit b8ccdcf9e9
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ generic_log_opts = [
cfg.IntOpt('log_rotate_interval',
default=1,
help='The amount of time before the log files are rotated. '
'This option is ignored unless log_rotation_type is set'
'This option is ignored unless log_rotation_type is set '
'to "interval".'),
cfg.StrOpt('log_rotate_interval_type',
choices=['Seconds', 'Minutes', 'Hours', 'Days', 'Weekday',