summaryrefslogtreecommitdiff
path: root/seivots-summary
diff options
context:
space:
mode:
Diffstat (limited to 'seivots-summary')
-rwxr-xr-xseivots-summary3
1 files changed, 2 insertions, 1 deletions
diff --git a/seivots-summary b/seivots-summary
index f389a4d..f99cf22 100755
--- a/seivots-summary
+++ b/seivots-summary
@@ -101,7 +101,8 @@ class SeivotsSummary(cliapp.Application):
for group, caption in self.find_groups(seivots):
title = 'Profile: %s' % caption
self.output.write('%s\n%s\n\n' % (title, '-' * len(title)))
- ops = ['backup', 'restore', 'list_files', 'forget', 'verify']
+ ops = ['backup', 'restore', 'list_files', 'forget', 'verify',
+ 'fsck']
for op in ops:
self.output.write('Operation: %s\n\n' % op)
table = self.make_table(group, op)