diff options
| author | jvoisin | 2018-10-03 16:12:03 +0200 |
|---|---|---|
| committer | jvoisin | 2018-10-03 16:38:05 +0200 |
| commit | f1ceed13b5410590519340dac8e779b713fc934e (patch) | |
| tree | 0a8d2fc0a676c97afde673f5ec9e72ec99efb0af /README.md | |
| parent | 5a5c642a463523bf8cc56ad13817b82900661bd4 (diff) | |
Bump the changelog0.4.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 15 insertions, 8 deletions
| @@ -44,20 +44,27 @@ $ python3 -m unittest discover -v | |||
| 44 | # How to use MAT2 | 44 | # How to use MAT2 |
| 45 | 45 | ||
| 46 | ```bash | 46 | ```bash |
| 47 | usage: mat2 [-h] [-v] [-l] [-s | -L] [files [files ...]] | 47 | usage: mat2 [-h] [-v] [-l] [--check-dependencies] [-V] |
| 48 | [--unknown-members policy] [-s | -L] | ||
| 49 | [files [files ...]] | ||
| 48 | 50 | ||
| 49 | Metadata anonymisation toolkit 2 | 51 | Metadata anonymisation toolkit 2 |
| 50 | 52 | ||
| 51 | positional arguments: | 53 | positional arguments: |
| 52 | files | 54 | files the files to process |
| 53 | 55 | ||
| 54 | optional arguments: | 56 | optional arguments: |
| 55 | -h, --help show this help message and exit | 57 | -h, --help show this help message and exit |
| 56 | -v, --version show program's version number and exit | 58 | -v, --version show program's version number and exit |
| 57 | -l, --list list all supported fileformats | 59 | -l, --list list all supported fileformats |
| 58 | -s, --show list all the harmful metadata of a file without removing | 60 | --check-dependencies check if MAT2 has all the dependencies it needs |
| 59 | them | 61 | -V, --verbose show more verbose status information |
| 60 | -L, --lightweight remove SOME metadata | 62 | --unknown-members policy |
| 63 | how to handle unknown members of archive-style files | ||
| 64 | (policy should be one of: abort, omit, keep) | ||
| 65 | -s, --show list harmful metadata detectable by MAT2 without | ||
| 66 | removing them | ||
| 67 | -L, --lightweight remove SOME metadata | ||
| 61 | ``` | 68 | ``` |
| 62 | 69 | ||
| 63 | Note that MAT2 **will not** clean files in-place, but will produce, for | 70 | Note that MAT2 **will not** clean files in-place, but will produce, for |
