Skip to content

Commit 3e959ce

Browse files
authored
Make help text not ambiguous
1 parent ac3b507 commit 3e959ce

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)