aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Murphy <[email protected]>2015-03-05 15:17:21 -0600
committerMichael Murphy <[email protected]>2015-03-05 15:17:21 -0600
commita3deb458f548979660c0e630003a7046ef7870c8 (patch)
tree6774131d9989c5ad64781d371de92204389a23a4
parentImprove usageText (diff)
downloadarchived-goupx-a3deb458f548979660c0e630003a7046ef7870c8.tar.xz
archived-goupx-a3deb458f548979660c0e630003a7046ef7870c8.zip
Remove \n from usageText
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index ee3e59d..ff0a982 100644
--- a/main.go
+++ b/main.go
@@ -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.