From a0e996586e4c20ae20060e044c105fc7cc0bed54 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 18 Aug 2011 19:06:39 +0200 Subject: Translations and typo --- mat-cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mat-cli') diff --git a/mat-cli b/mat-cli index 804c4cf..c0f2d72 100755 --- a/mat-cli +++ b/mat-cli @@ -20,11 +20,11 @@ def parse(): ''' parser = optparse.OptionParser(usage='%prog [options] files') parser.add_option('--add2archive', '-a', action='store_true', - default=False, help='Add to outputed archive non-supported filetypes') + default=False, help='Add to output archive non-supported filetypes') parser.add_option('--backup', '-b', action='store_true', default=False, help='Keep a backup copy') parser.add_option('--check', '-c', action='store_true', default=False, - help='Check if a file is free of harmfull metadatas') + help='Check if a file is free of harmful metadatas') parser.add_option('--display', '-d', action='store_true', default=False, help='List all the meta of a file without removing them') parser.add_option('--force', '-f', action='store_true', default=False, @@ -32,7 +32,7 @@ def parse(): parser.add_option('--list', '-l', action='store_true', default=False, help='List all supported fileformat') parser.add_option('--ugly', '-u', action='store_true', default=False, - help='Remove harmful meta, but loss can occure') + help='Remove harmful meta, but loss can occur') parser.add_option('--version', '-v', action='callback', callback=display_version, help='Display version and exit') -- cgit v1.3