Skip to content
Commit 7ef2fa3e authored by Florent Viard's avatar Florent Viard Committed by hydrargyrum
Browse files

tools/har-to-old: Replace the "prefix" argument with an optional "destdir"

The previous syntax for har-to-old was:

    usage: har-to-old.py [-h] file prefix

Change it to:

    usage: har-to-old.py [-h] file [destdir]

- prefix renamed in destdir, as it was not really a prefix but the
name(/path) to the destination folder for extracted files
- automatically create the destdir folder if it does not exist
- if destdir is not provided, use the file name without extension
parent f21512f2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment