document version command in help text

Back in February we added the version command,
similar to Go's own "go version",
but we failed to add a mention in the help text.
pull/389/head
Daniel Martí 4 years ago committed by lu4p
parent 6b632d07e2
commit 0eba9c210c

@ -75,9 +75,10 @@ Similarly, to combine garble flags and Go build flags:
The following commands are supported:
build [packages] wraps "go build"
test [packages] wraps "go test"
reverse [files] de-obfuscates output such as stack traces
build [packages] replace "go build"
test [packages] replace "go test"
version print Garble version
reverse [files] de-obfuscate output such as stack traces
garble accepts the following flags before a command:

Loading…
Cancel
Save