aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {