Skip to content
Snippets Groups Projects
Commit 212d9c47 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Document mat2's output scheme in the manpage as well

parent a88107c9
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,10 @@ mat2 [\-h] [\-v] [\-l] [\-c] [\-s | \-L]\fR [files [files ...]] ...@@ -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 removes metadata from various fileformats. It supports a wide variety of file
formats, audio, office, images, … 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 .SH OPTIONS
.SS "positional arguments:" .SS "positional arguments:"
.TP .TP
...@@ -27,7 +31,7 @@ show program's version number and exit ...@@ -27,7 +31,7 @@ show program's version number and exit
\fB\-l\fR, \fB\-\-list\fR \fB\-l\fR, \fB\-\-list\fR
list all supported fileformats list all supported fileformats
.TP .TP
\fB\-c\fR, \fB\-\-check\-dependencies\fR fB\-c\fR, \fB\-\-check\-dependencies\fR
check if MAT2 has all the dependencies it needs check if MAT2 has all the dependencies it needs
.TP .TP
\fB\-s\fR, \fB\-\-show\fR \fB\-s\fR, \fB\-\-show\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment