From 2958c6b3260c1214c826cf30174357a06b07ddcb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 22 Dec 2011 15:35:07 +0000 Subject: add fsck to be operations --- seivots-summary | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1