Commit fa4cf394f3502c7604757caf26b534f3c75a0158
1 parent
6540ccbc
olevba: added mention that --relaxed is now deprecated
Showing
1 changed file
with
1 additions
and
1 deletions
oletools/olevba.py
| ... | ... | @@ -4309,7 +4309,7 @@ def parse_args(cmd_line_args=None): |
| 4309 | 4309 | parser.add_argument('--relaxed', dest="relaxed", action="store_true", |
| 4310 | 4310 | default=True, |
| 4311 | 4311 | help='Do not raise errors if opening of substream ' |
| 4312 | - 'fails') | |
| 4312 | + 'fails (this option is now deprecated, enabled by default)') | |
| 4313 | 4313 | parser.add_argument('--show-pcode', dest="show_pcode", action="store_true", |
| 4314 | 4314 | default=False, |
| 4315 | 4315 | help="Show disassembled P-code (using pcodedmp)") | ... | ... |