summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-18 15:48:11 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-01-18 15:48:11 +0000
commitc923ca270ea651a5f0368e6a34b93f5bbb5d8a7d (patch)
tree03e3d684065c187bbab1c92c181c42cac1078b8b /lorry
parentc7095904f90242b97f7af0691f141e04e4ec1a77 (diff)
downloadlorry-c923ca270ea651a5f0368e6a34b93f5bbb5d8a7d.tar.gz
Default repack to true
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry b/lorry
index ba7dae2..392d339 100755
--- a/lorry
+++ b/lorry
@@ -44,7 +44,7 @@ class Lorry(cliapp.Application):
'report what is going on to stdout')
self.settings.boolean(['repack'],
'repack git repositories when an import has'
- 'been updated')
+ 'been updated (default: %default)', default=True)
def process_args(self, args):
for arg in args: