diff options
| author | jvoisin | 2018-07-01 23:35:04 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-01 23:35:04 +0200 |
| commit | 11008f8fd436f0b8b00bc600a2cd7a77b55c7494 (patch) | |
| tree | fafe63dae3a487b48a8825c2246c0145837101b2 /README.md | |
| parent | a430403c7e7dd33de880c9b3bffb5ab554f81c69 (diff) | |
Improve a bit the README
Diffstat (limited to '')
| -rw-r--r-- | README.md | 18 |
1 files changed, 16 insertions, 2 deletions
| @@ -41,10 +41,24 @@ doesn't run on [Debian Jessie](https://packages.debian.org/jessie/python3), | |||
| 41 | $ python3 -m unittest discover -v | 41 | $ python3 -m unittest discover -v |
| 42 | ``` | 42 | ``` |
| 43 | 43 | ||
| 44 | # Supported formats | 44 | # How to use MAT2 |
| 45 | 45 | ||
| 46 | ```bash | 46 | ```bash |
| 47 | $ python3 ./mat2 -l | 47 | usage: mat2 [-h] [-v] [-l] [-c | -s | -L] [files [files ...]] |
| 48 | |||
| 49 | Metadata anonymisation toolkit 2 | ||
| 50 | |||
| 51 | positional arguments: | ||
| 52 | files | ||
| 53 | |||
| 54 | optional arguments: | ||
| 55 | -h, --help show this help message and exit | ||
| 56 | -v, --version show program's version number and exit | ||
| 57 | -l, --list list all supported fileformats | ||
| 58 | -c, --check check if a file is free of harmful metadatas | ||
| 59 | -s, --show list all the harmful metadata of a file without removing | ||
| 60 | them | ||
| 61 | -L, --lightweight remove SOME metadata | ||
| 48 | ``` | 62 | ``` |
| 49 | 63 | ||
| 50 | # Related software | 64 | # Related software |
