From 7b3444539733834bc9b3d4d672d2cfb3bd7af89e Mon Sep 17 00:00:00 2001 From: adobdin Date: Fri, 8 Apr 2016 08:10:37 +0000 Subject: [PATCH] fix: general archive filename and path --- timmy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timmy.py b/timmy.py index 576212f..0b4d3ba 100755 --- a/timmy.py +++ b/timmy.py @@ -34,7 +34,7 @@ def main(argv=None): ' collection tool')) parser.add_argument('--config', default='config.yaml', help='config file') - parser.add_argument('-o', '--dest-file', default='/tmp/', + parser.add_argument('-o', '--dest-file', help='output archive file') parser.add_argument('-e', '--extended', action='store_true', help='exec once by role cmdfiles')