Skip to content

Commit

Permalink
olevba: added mention that --relaxed is now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Sep 28, 2020
1 parent 6540ccb commit fa4cf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oletools/olevba.py
Original file line number Diff line number Diff line change
Expand Up @@ -4309,7 +4309,7 @@ def parse_args(cmd_line_args=None):
parser.add_argument('--relaxed', dest="relaxed", action="store_true",
default=True,
help='Do not raise errors if opening of substream '
'fails')
'fails (this option is now deprecated, enabled by default)')
parser.add_argument('--show-pcode', dest="show_pcode", action="store_true",
default=False,
help="Show disassembled P-code (using pcodedmp)")
Expand Down

0 comments on commit fa4cf39

Please # to comment.