Skip to content

Commit 0ff9d29

Browse files
Merge pull request #14 from trailofbits/mossberg-patch-1
Make help text not ambiguous
2 parents ac3b507 + 3e959ce commit 0ff9d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyevmasm/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def main():
4949
except KeyboardInterrupt:
5050
sys.exit(0)
5151
except UnicodeDecodeError:
52-
print('Input is binary? try using -b.')
52+
print('Input is binary? try using -bi.')
5353
sys.exit(1)
5454

5555
if buf[:3] == 'EVM': # binja prefix

0 commit comments

Comments
 (0)