From 212d9c472cd7017cab31449ff75461bebd7a40d4 Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Wed, 26 Sep 2018 00:13:44 +0200
Subject: [PATCH] Document mat2's output scheme in the manpage as well

---
 doc/mat.1 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/mat.1 b/doc/mat.1
index e7ad3ad..26d9e03 100644
--- a/doc/mat.1
+++ b/doc/mat.1
@@ -11,6 +11,10 @@ mat2 [\-h] [\-v] [\-l] [\-c] [\-s | \-L]\fR [files [files ...]]
 removes metadata from various fileformats. It supports a wide variety of file 
 formats, audio, office, images, …
 
+Careful, mat2 does not clean files in-place, instead, it will produce a file with the word
+"cleaned" between the filename and its extension, for example "filename.cleaned.png"
+for a file named "filename.png".
+
 .SH OPTIONS
 .SS "positional arguments:"
 .TP
@@ -27,7 +31,7 @@ show program's version number and exit
 \fB\-l\fR, \fB\-\-list\fR
 list all supported fileformats
 .TP
-\fB\-c\fR, \fB\-\-check\-dependencies\fR
+fB\-c\fR, \fB\-\-check\-dependencies\fR
 check if MAT2 has all the dependencies it needs
 .TP
 \fB\-s\fR, \fB\-\-show\fR
-- 
GitLab