1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00

Merge pull request #18 from martijnbastiaan/master

Fixed small typo in usage()
This commit is contained in:
James Kasten
2014-11-19 09:24:44 -08:00

View File

@@ -96,7 +96,7 @@ def usage():
s = "Available options: --text, --privkey=, --csr=, --server=, "
s += "--rollback=, --view-checkpoints, --revoke, --agree-eula, --redirect,"
s += " --no-redirect, --help"
print str
print s
def print_options():
print "\nsudo ./letsencrypt.py (default authentication mode using pythondialog)"