summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2018-07-01 23:35:04 +0200
committerjvoisin2018-07-01 23:35:04 +0200
commit11008f8fd436f0b8b00bc600a2cd7a77b55c7494 (patch)
treefafe63dae3a487b48a8825c2246c0145837101b2 /README.md
parenta430403c7e7dd33de880c9b3bffb5ab554f81c69 (diff)
Improve a bit the README
Diffstat (limited to '')
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3a6105b..a29c46a 100644
--- a/README.md
+++ b/README.md
@@ -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 47usage: mat2 [-h] [-v] [-l] [-c | -s | -L] [files [files ...]]
48
49Metadata anonymisation toolkit 2
50
51positional arguments:
52 files
53
54optional 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