summaryrefslogtreecommitdiff
path: root/mat-cli
diff options
context:
space:
mode:
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():