Browse Source

correct comment about arg

master
AJ ONeal 9 years ago
parent
commit
3b8cdb2ae0
  1. 3
      serve.go

3
serve.go

@ -131,7 +131,8 @@ func main() {
"--agree-eula",
"--email", "coolaj86@gmail.com",
"--authenticator", "standalone",
"--domains", "www.example.com", "example.com",
"--domains", "www.example.com",
"--domains", "example.com",
"--dvsni-port", "65443",
"auth",
)

Loading…
Cancel
Save