From 11008f8fd436f0b8b00bc600a2cd7a77b55c7494 Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Sun, 1 Jul 2018 23:35:04 +0200
Subject: [PATCH] Improve a bit the README

---
 README.md | 18 ++++++++++++++++--
 1 file 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),
 $ 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
-- 
GitLab