diff options
| author | Michael Murphy <[email protected]> | 2015-03-05 15:17:21 -0600 |
|---|---|---|
| committer | Michael Murphy <[email protected]> | 2015-03-05 15:17:21 -0600 |
| commit | a3deb458f548979660c0e630003a7046ef7870c8 (patch) | |
| tree | 6774131d9989c5ad64781d371de92204389a23a4 | |
| parent | Improve usageText (diff) | |
| download | archived-goupx-a3deb458f548979660c0e630003a7046ef7870c8.tar.xz archived-goupx-a3deb458f548979660c0e630003a7046ef7870c8.zip | |
Remove \n from usageText
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import ( "os/exec" ) -const usageText = `usage: goupx [args...] files...\n +const usageText = `usage: goupx [args...] files... --no-upx: Disables UPX from running. --strip-binary: Strips binaries before compressing them. |