aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2019-08-27 23:31:51 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2019-08-27 23:31:51 +0100
commita7f187677256c81c53a00e3909a347504340839a (patch)
treeb59bb7ce031dd49eecf752e4a88b0b30eb5c0efe
parent1cfad41d08f5523a46f03a29ec434ceb1552aa09 (diff)
Rename -end-date to -na
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 536440e..a094f02 100644
--- a/main.go
+++ b/main.go
@@ -84,7 +84,7 @@ func init() {
flag.Var(&ips, "ip", "IP address")
flag.Var(&org, "o", "organization")
flag.Var(&unit, "ou", "organizational unit")
- flag.Var(&until, "end-date", "certificate end date")
+ flag.Var(&until, "na", "the time past which the certificate is no longer valid")
}
func newSerial() *big.Int {