1
0
Fork 0

Improve a bit the README

This commit is contained in:
jvoisin 2018-07-01 23:35:04 +02:00
parent a430403c7e
commit 11008f8fd4
1 changed files with 16 additions and 2 deletions

View File

@ -41,10 +41,24 @@ doesn't run on [Debian Jessie](https://packages.debian.org/jessie/python3),
$ python3 -m unittest discover -v
```
# Supported formats
# How to use MAT2
```bash
$ python3 ./mat2 -l
usage: mat2 [-h] [-v] [-l] [-c | -s | -L] [files [files ...]]
Metadata anonymisation toolkit 2
positional arguments:
files
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-l, --list list all supported fileformats
-c, --check check if a file is free of harmful metadatas
-s, --show list all the harmful metadata of a file without removing
them
-L, --lightweight remove SOME metadata
```
# Related software