Skip to content

Commit

Permalink
Logrotate: Update header according to HLD
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Fastiuk <yfastiuk@nvidia.com>
  • Loading branch information
fastiuk committed Aug 21, 2024
1 parent da2df27 commit c0ccc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@ def logrotate(db):

table.append((key, disk_percentage, frequency, max_number, size))

hdrs = ['file', 'disk-percentage', 'frequency', 'max-number', 'size']
hdrs = ['file', 'disk-percentage', 'frequency', 'max-number', 'size (MiB)']
click.echo(tabulate(table, headers=hdrs, tablefmt='simple', missingval=''))


Expand Down

0 comments on commit c0ccc47

Please sign in to comment.