aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-04-10 22:31:35 +0200
committerGibheer <gibheer@gmail.com>2015-04-10 22:31:35 +0200
commite337626eac443b58521633e71351587a9da8165d (patch)
tree7c126e6f9757a1b6236ea6476a17279df4c6b312
parent38c320124cf4c1a8bc777972cc74271888bc8d54 (diff)
remove done TODO
-rw-r--r--certificate.go1
1 files changed, 0 insertions, 1 deletions
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)
}