flags.String("tls-cert-file","","path to TLS certificate (chain)")
...
...
@@ -116,11 +104,11 @@ using the corresponding "-file" flag.`
flags.String("client-tls-cert-file","","path to TLS certificate (chain) for IRMA app server")
flags.String("client-tls-privkey","","TLS private key for IRMA app server")
flags.String("client-tls-privkey-file","","path to TLS private key for IRMA app server")
flags.Lookup("tls-cert").Header="TLS configuration. Leave empty to disable TLS."
flags.Lookup("tls-cert").Header="TLS configuration (leave empty to disable TLS)"
flags.String("email","","Email address of server admin, for incidental notifications such as breaking API changes")
flags.StringP("email","e","","Email address of server admin, for incidental notifications such as breaking API changes")
flags.Bool("no-email",true,"Opt out of prodiding an email address with --email")
flags.Lookup("email").Header="Email address. You are encouraged to provide your email address, so you can be notified of important changes. See README for more info."
flags.Lookup("email").Header="Email address (see README for more info)"