summaryrefslogtreecommitdiff
path: root/mat-cli
diff options
context:
space:
mode:
authorjvoisin2011-11-06 23:15:19 +0100
committerjvoisin2011-11-06 23:15:19 +0100
commitee96848dab8d7a53716475546df22f29a393fb70 (patch)
tree2d4dbad41ad088f5cc275150e5ad522b3435c951 /mat-cli
parentbca606fc7e04cb7bb87c2f1b400065c4366c30c2 (diff)
Stupid typo
Diffstat (limited to 'mat-cli')
-rwxr-xr-xmat-cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat-cli b/mat-cli
index fbcaa62..00c5c11 100755
--- a/mat-cli
+++ b/mat-cli
@@ -61,7 +61,7 @@ def display_version(*_):
61 61
62def list_meta(class_file, filename, force): 62def list_meta(class_file, filename, force):
63 ''' 63 '''
64 Print all the metadataof 'filename' on stdout 64 Print all the metadata of 'filename' on stdout
65 ''' 65 '''
66 print('[+] File %s :' % filename) 66 print('[+] File %s :' % filename)
67 if force is False and class_file.is_clean(): 67 if force is False and class_file.is_clean():