summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-07-20 07:12:34 +0100
committerLars Wirzenius <liw@liw.fi>2011-07-20 07:12:34 +0100
commit198e6580fbe834a06b84b3a0236f853614d3cf1b (patch)
tree2b6c9e17c9d9d3b238e3e946de421d142e1806a3 /seivot
parent56fe966b309e1070e820b74d23756cdcb087920b (diff)
downloadseivot-198e6580fbe834a06b84b3a0236f853614d3cf1b.tar.gz
Fix typo.
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot2
1 files changed, 1 insertions, 1 deletions
diff --git a/seivot b/seivot
index 5f086d1..dd80a79 100755
--- a/seivot
+++ b/seivot
@@ -381,7 +381,7 @@ class Seivot(cliapp.Application):
self.report = Report(prog)
if self.settings['use-existing']:
- print 'Copying existing data to %s' % self.live_data)
+ print 'Copying existing data to %s' % self.live_data
self.runcmd(['cp', '-a', self.settings['use-existing'],
self.live_data])
amount = self.file_sizes(self.live_data)