From 5af74f3f95db38568a7584d8bd784ec1aca2e700 Mon Sep 17 00:00:00 2001 From: Michael Murphy Date: Thu, 5 Mar 2015 15:13:42 -0600 Subject: Improve usageText --- main.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 9aec87c..ee3e59d 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,12 @@ import ( "os/exec" ) -const usageText = "usage: goupx [args...] path\n" +const usageText = `usage: goupx [args...] files...\n + + --no-upx: Disables UPX from running. + --strip-binary: Strips binaries before compressing them. + +See UPX's documentation (man upx) for information on UPX's flags.` var run_strip = false var run_upx = true -- cgit v1.2.3