aboutsummaryrefslogtreecommitdiff
path: root/sign.go
diff options
context:
space:
mode:
Diffstat (limited to 'sign.go')
-rw-r--r--sign.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sign.go b/sign.go
index 368108f..571ee5a 100644
--- a/sign.go
+++ b/sign.go
@@ -16,7 +16,7 @@ func sign(args []string) error {
opts := flag.NewFlagSet("sign", flag.ExitOnError)
var (
embedded = opts.Bool("e", false, "Embed the message")
- zip = opts.Bool("z", false, "Sign gzip archive")
+ zip = opts.Bool("z", false, "Sign gzip archive") // TODO
sigFile = opts.String("x", "", "Signature file")
encFile = opts.String("s", "", "Secret file (required)")
msgFile = opts.String("m", "", "Message file (required)")