summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richardipsum@fastmail.co.uk>2013-12-15 16:24:48 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-01-06 17:39:29 +0000
commit5afef32028fbcacb7acc3d0318407169dd2353de (patch)
treec4bc21b61307d91e3324dc4c41e66ee27a064bbb
parente4ddfab821969d8da05fdd5b164f39e0167df15c (diff)
downloadlorry-5afef32028fbcacb7acc3d0318407169dd2353de.tar.gz
Fix bug in command line option descriptionliw/daemonise
-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)