aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2019-08-27 23:31:42 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2019-08-27 23:31:42 +0100
commit1cfad41d08f5523a46f03a29ec434ceb1552aa09 (patch)
treeb45e9dd4756badb0eee40adf40ef872f07cb69b1
parent30568ff7b7eef77b05f9703727dd774966e85794 (diff)
Rename -start-date to -nb
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6844978..536440e 100644
--- a/main.go
+++ b/main.go
@@ -80,7 +80,7 @@ var (
func init() {
flag.Var(&dnsNames, "dns", "DNS name")
- flag.Var(&from, "start-date", "certificate start date")
+ flag.Var(&from, "nb", "the earliest time on which the certificate is valid")
flag.Var(&ips, "ip", "IP address")
flag.Var(&org, "o", "organization")
flag.Var(&unit, "ou", "organizational unit")