diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2019-08-27 23:31:51 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2019-08-27 23:31:51 +0100 |
| commit | a7f187677256c81c53a00e3909a347504340839a (patch) | |
| tree | b59bb7ce031dd49eecf752e4a88b0b30eb5c0efe | |
| parent | 1cfad41d08f5523a46f03a29ec434ceb1552aa09 (diff) | |
Rename -end-date to -na
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
