correct comment about arg

This commit is contained in:
AJ ONeal 2015-07-14 00:49:38 -06:00
parent 151c3fea88
commit 3b8cdb2ae0
1 changed files with 2 additions and 1 deletions

View File

@ -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",
)