summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
authorKyle Mckay <kyle.mckay@codethink.co.uk>2021-12-29 10:36:19 +0000
committerKyle Mckay <kyle.mckay@codethink.co.uk>2021-12-29 10:36:19 +0000
commit6a604b43b75edcd1a624226e1ec620ed9c7095b9 (patch)
treeb907d494e6c234363b2be633897e1f82cada873b /lorry
parent07ef3b67c0f13c86d475b3d6743600a0199b7195 (diff)
downloadlorry-6a604b43b75edcd1a624226e1ec620ed9c7095b9.tar.gz
Use a default tarball output location
Prevent them being created in root of current directory
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry4
1 files changed, 2 insertions, 2 deletions
diff --git a/lorry b/lorry
index 2a55969..6811a7c 100755
--- a/lorry
+++ b/lorry
@@ -223,8 +223,8 @@ class Lorry(cliapp.Application):
'first will only tar if there is not already '
'a tarball in TARBALLS (default: first)')
self.settings.string(['tarball-dest'],
- 'put created tarballs in TARBALLS',
- metavar='TARBALLS')
+ 'put created tarballs in DIR',
+ metavar='DIR', default='git-tars')
self.settings.boolean(['keep-multiple-backups'],
'keep multiple (time-stamped) backups (disabled by default)',
default=False)