diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2019-08-27 23:27:50 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2019-08-27 23:27:50 +0100 |
| commit | 30568ff7b7eef77b05f9703727dd774966e85794 (patch) | |
| tree | 10e6f71d7488376a322f08d8c60810a1cdf4f956 /main.go | |
| parent | 233f46f442fb56dadf1208488d3f83dc2851457d (diff) | |
Fix typo
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ func init() { flag.Var(&from, "start-date", "certificate start date") flag.Var(&ips, "ip", "IP address") flag.Var(&org, "o", "organization") - flag.Var(&unit, "ou", "organization unit") + flag.Var(&unit, "ou", "organizational unit") flag.Var(&until, "end-date", "certificate end date") } |
