fix: general archive filename and path
This commit is contained in:
parent
0d978ae1eb
commit
7b34445397
2
timmy.py
2
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')
|
||||
|
Loading…
Reference in New Issue
Block a user