mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Merge pull request #18 from martijnbastiaan/master
Fixed small typo in usage()
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ def usage():
|
|||||||
s = "Available options: --text, --privkey=, --csr=, --server=, "
|
s = "Available options: --text, --privkey=, --csr=, --server=, "
|
||||||
s += "--rollback=, --view-checkpoints, --revoke, --agree-eula, --redirect,"
|
s += "--rollback=, --view-checkpoints, --revoke, --agree-eula, --redirect,"
|
||||||
s += " --no-redirect, --help"
|
s += " --no-redirect, --help"
|
||||||
print str
|
print s
|
||||||
|
|
||||||
def print_options():
|
def print_options():
|
||||||
print "\nsudo ./letsencrypt.py (default authentication mode using pythondialog)"
|
print "\nsudo ./letsencrypt.py (default authentication mode using pythondialog)"
|
||||||
|
|||||||
Reference in New Issue
Block a user