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
commit 99036a8aaf

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