From 025f8fc66da58774a01dc49eb3b93c7dd326db7c Mon Sep 17 00:00:00 2001 From: Michal Papis Date: Wed, 19 Nov 2014 21:40:20 +0100 Subject: [PATCH] wrap command line usage to avoid scrolling --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5935845bf..be9214f77 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,15 @@ sudo ./letsencrypt.py (default authentication mode using pythondialog) options --text (text mode) --privkey= (specify privatekey file to use to generate the certificate) ---csr= (Use a specific CSR. If this is specified, privkey must also be specified with the correct private key for the CSR) +--csr= (Use a specific CSR. If this is specified, privkey must also be specified + with the correct private key for the CSR) --server (list the ACME CA server address) --revoke (revoke a certificate) ---view-checkpoints (Used to view available checkpoints and see what configuration changes have been made) +--view-checkpoints (Used to view available checkpoints and see what configuration + changes have been made) --rollback=X (Revert the configuration X number of checkpoints) ---redirect (Automatically redirect all HTTP traffic to HTTPS for the newly authenticated vhost) +--redirect (Automatically redirect all HTTP traffic to HTTPS for the newly + authenticated vhost) --no-redirect (Skip the HTTPS redirect question, allowing both HTTP and HTTPS) --agree-eula (Skip the end user agreement screen) ```