Fixed small typo in usage()

This commit is contained in:
Martijn Bastiaan 2014-11-19 09:39:11 +01:00
parent d56ec3c1da
commit c6d58640b2

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