summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2012-02-05 18:54:41 +0100
committerjvoisin2012-02-05 18:54:41 +0100
commitc71999c4f789beb8812f9570926f894ac9f1938e (patch)
tree206fddfbd6afdac370dd074751cb9746e63e0726
parent6b93c661d1baf2cd7462ca74b8da6e34ed64640f (diff)
Correct documentation
-rw-r--r--README2
-rw-r--r--mat.16
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index e3cce0d..55c2dcc 100644
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ OPTIONALS DEPENDENCIES:
36 36
37 37
38USAGE: 38USAGE:
39 mat-cli --help 39 mat --help
40 or 40 or
41 mat-gui 41 mat-gui
42 42
diff --git a/mat.1 b/mat.1
index 48ebf9a..178aa64 100644
--- a/mat.1
+++ b/mat.1
@@ -6,7 +6,7 @@ MAT \- Metadata Anonymisation Toolkit
6 6
7 7
8.SH SYNOPSIS 8.SH SYNOPSIS
9.B mat-cli 9.B mat
10[\fIoptions\fR] \fIfiles\fR 10[\fIoptions\fR] \fIfiles\fR
11.TP 11.TP
12.B mat-gui 12.B mat-gui
@@ -51,10 +51,10 @@ Display version and exit
51 51
52.SH EXAMPLES 52.SH EXAMPLES
53.TP 53.TP
54\fBmat-cli \-\-display\fR mydocument.pdf 54\fBmat \-\-display\fR mydocument.pdf
55Display the mydocument.pdf's harmful metadata 55Display the mydocument.pdf's harmful metadata
56.TP 56.TP
57\fBmat-cli \-\-check *.jpg\fR 57\fBmat \-\-check *.jpg\fR
58Check all the jpg images from the current folder 58Check all the jpg images from the current folder
59 59
60 60