Skip to content

Commit

Permalink
Revert --unstrip help
Browse files Browse the repository at this point in the history
  • Loading branch information
the-soloist committed Oct 7, 2024
1 parent 9672236 commit 4021bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/commandline/libcdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
'--unstrip',
action = 'store_true',
dest = 'unstrip',
help = 'Attempt to unstrip the libc binary with debug symbols from a debuginfod server'
help = 'Attempt to unstrip the libc binary inplace with debug symbols from a debuginfod server'
)

fetch_parser = libc_commands.add_parser(
Expand Down

0 comments on commit 4021bb4

Please sign in to comment.