From e337626eac443b58521633e71351587a9da8165d Mon Sep 17 00:00:00 2001 From: Gibheer Date: Fri, 10 Apr 2015 22:31:35 +0200 Subject: [PATCH] remove done TODO --- certificate.go | 1 - 1 file changed, 1 deletion(-) diff --git a/certificate.go b/certificate.go index 0973793..173fe75 100644 --- a/certificate.go +++ b/certificate.go @@ -153,7 +153,6 @@ func create_cert(cmd *Command, args []string) { crash_with_help(cmd, ErrorFlagInput, "Usage of 'is-ca' and 'ca' is invalid.") } - // TODO implement flags for all certificate options if err != nil { crash_with_help(cmd, ErrorProgram, "Error generating certificate: %s", err) }