summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlorry4
1 files changed, 2 insertions, 2 deletions
diff --git a/lorry b/lorry
index 03041ad..2339c9f 100755
--- a/lorry
+++ b/lorry
@@ -67,8 +67,8 @@ class Lorry(cliapp.Application):
self.settings.boolean(['verbose', 'v'],
'report what is going on to stdout')
self.settings.boolean(['repack'],
- 'repack git repositories when an import has'
- 'been updated (default: %default)', default=True)
+ 'repack git repositories when an import has '
+ 'been updated (enabled by default)', default=True)
self.settings.string(['command-stdout'],
'write the stdout of commands to this file',
metavar='FILE', default=None)