summaryrefslogtreecommitdiff
path: root/mat-cli
diff options
context:
space:
mode:
authorjvoisin2011-11-18 00:54:46 +0100
committerjvoisin2011-11-18 00:54:46 +0100
commitf7653c3fba09ff06a87125d6f20c24368a21bf63 (patch)
treea0f7bb9d023c7f33b432031143853fae42a0c692 /mat-cli
parent7e43701c21b04338ce3c44f5d1ea918fa4315047 (diff)
parentf0e8e2d894ae4fcc6e0f87741dfb8511f52fc0c1 (diff)
Merge branch 'master' of git://git.torproject.org/user/jvoisin/mat
Diffstat (limited to '')
-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():