From f1ceed13b5410590519340dac8e779b713fc934e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 3 Oct 2018 16:12:03 +0200 Subject: Bump the changelog --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5d25b71..f125d45 100644 --- a/README.md +++ b/README.md @@ -44,20 +44,27 @@ $ python3 -m unittest discover -v # How to use MAT2 ```bash -usage: mat2 [-h] [-v] [-l] [-s | -L] [files [files ...]] +usage: mat2 [-h] [-v] [-l] [--check-dependencies] [-V] + [--unknown-members policy] [-s | -L] + [files [files ...]] Metadata anonymisation toolkit 2 positional arguments: - files + files the files to process 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 - -s, --show list all the harmful metadata of a file without removing - them - -L, --lightweight remove SOME metadata + -h, --help show this help message and exit + -v, --version show program's version number and exit + -l, --list list all supported fileformats + --check-dependencies check if MAT2 has all the dependencies it needs + -V, --verbose show more verbose status information + --unknown-members policy + how to handle unknown members of archive-style files + (policy should be one of: abort, omit, keep) + -s, --show list harmful metadata detectable by MAT2 without + removing them + -L, --lightweight remove SOME metadata ``` Note that MAT2 **will not** clean files in-place, but will produce, for -- cgit v1.3