From 8423a262c76f930e75953357867f81f2f200a836 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 4 Apr 2014 12:17:40 +0100 Subject: s/ : /: /g Thank you intrigeri --- README | 6 +++--- mat | 12 ++++++------ mat.1 | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index 7a63318..218655f 100644 --- a/README +++ b/README @@ -27,8 +27,8 @@ DEPENDENCIES OPTIONALS DEPENDENCIES ====================== - * python-mutagen : for massive audio format support - * exiftool : for _massive_ image format support + * python-mutagen: for massive audio format support + * exiftool: for _massive_ image format support USAGE ===== @@ -60,7 +60,7 @@ HOW TO LAUNCH THE TESTSUITE LINKS ===== * Official website: https://mat.boum.org -* Bugtracker : https://labs.riseup.net/code/projects/mat +* Bugtracker: https://labs.riseup.net/code/projects/mat * Git repo: https://gitweb.torproject.org/user/jvoisin/mat.git CONTACT diff --git a/mat b/mat index 371c4dc..d1a2f06 100755 --- a/mat +++ b/mat @@ -33,7 +33,7 @@ The default behaviour is to clean files given in argument') info.add_option('--display', '-d', action='store_true', default=False, help='List all the harmful metadata of a file without removing them') info.add_option('--list', '-l', action='store_true', default=False, - help='List all supported fileformat') + help='List all supported fileformats') info.add_option('--version', '-v', action='callback', callback=display_version, help='Display version and exit') parser.add_option_group(options) @@ -108,16 +108,16 @@ def list_supported(): ''' Print all supported fileformat, and exit ''' for item in mat.list_supported_formats(): print('%s (%s)' % (item['name'], item['extension'])) - print('\tsupport : %s' % item['support']) - print('\tmetadata : %s' % item['metadata']) - print('\tmethod : %s' % item['method']) - print('\tremaining : %s' % item['remaining']) + print('\tsupport: %s' % item['support']) + print('\tmetadata: %s' % item['metadata']) + print('\tmethod: %s' % item['method']) + print('\tremaining: %s' % item['remaining']) print('\n') sys.exit(0) def main(): - ''' Main function : get args and launch the appropriate function ''' + ''' Main function: get args and launch the appropriate function ''' args, filenames = parse() #func receives the function corresponding to the options given as parameters diff --git a/mat.1 b/mat.1 index d44b6da..c230276 100644 --- a/mat.1 +++ b/mat.1 @@ -57,7 +57,7 @@ Check all the jpg images from the current folder .SH NOTES MAT \fBonly process metadata\fR, it does \fBnot\fR handle file data. Blame yourself if you are traced back because of the data of your files. -MAT is not perfect : In most of the cases, a forensic expert with a lot +MAT is not perfect: In most of the cases, a forensic expert with a lot of time \fBcan trace back\fR your document. If you want absolute privacy, use plain-text. -- cgit v1.3