diff options
Diffstat (limited to 'README.md')
| -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 |
