diff options
| author | jvoisin | 2011-11-06 23:15:19 +0100 |
|---|---|---|
| committer | jvoisin | 2011-11-06 23:15:19 +0100 |
| commit | ee96848dab8d7a53716475546df22f29a393fb70 (patch) | |
| tree | 2d4dbad41ad088f5cc275150e5ad522b3435c951 /mat-cli | |
| parent | bca606fc7e04cb7bb87c2f1b400065c4366c30c2 (diff) | |
Stupid typo
Diffstat (limited to 'mat-cli')
| -rwxr-xr-x | mat-cli | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -61,7 +61,7 @@ def display_version(*_): | |||
| 61 | 61 | ||
| 62 | def list_meta(class_file, filename, force): | 62 | def 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(): |
