diff options
| author | Peter Waller <[email protected]> | 2016-01-19 14:33:59 +0000 |
|---|---|---|
| committer | Peter Waller <[email protected]> | 2016-01-19 14:33:59 +0000 |
| commit | 32e02482ca62bdb0319f3a851a49117b459a97fd (patch) | |
| tree | eaacec73d26d442c17cce9d2b738d269ccefdf2f | |
| parent | Merge pull request #14 from toqueteos/master (diff) | |
| download | goupx-32e02482ca62bdb0319f3a851a49117b459a97fd.tar.xz goupx-32e02482ca62bdb0319f3a851a49117b459a97fd.zip | |
Fix typo in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Usage: `goupx [filename]` Fixes the `PT_LOAD` offset of [filename] and then runs `upx`. -This is only necessary for ELF executable (not Mach-O executables, for example). +This is only necessary for ELF executables (not Mach-O executables, for example). Based on [code found on the upx bugtracker](http://sourceforge.net/tracker/?func=detail&atid=102331&aid=3408066&group_id=2331). |