summaryrefslogtreecommitdiff
path: root/genbackupdata
diff options
context:
space:
mode:
Diffstat (limited to 'genbackupdata')
-rwxr-xr-xgenbackupdata4
1 files changed, 2 insertions, 2 deletions
diff --git a/genbackupdata b/genbackupdata
index 73c5374..66bdefb 100755
--- a/genbackupdata
+++ b/genbackupdata
@@ -31,11 +31,11 @@ class GenbackupdataApp(cliapp.Application):
self.settings.bytesize(
['file-size'],
'size of one file',
- default=16*1024)
+ default=16 * 1024)
self.settings.bytesize(
['chunk-size'],
'generate data in chunks of this size',
- default=16*1024)
+ default=16 * 1024)
self.settings.integer(
['depth'],
'depth of directory tree',