aboutsummaryrefslogtreecommitdiff
path: root/sign.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-05-06 12:34:04 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-05-06 12:34:04 +0200
commit535de9831a3731167f61b14372664df0c417a307 (patch)
tree19d80787c07ab4daee1059b485775937b36364d0 /sign.go
parent029b20ee0bbae5652ead72aa70d3c9a9a6da43c1 (diff)
todos
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)")