From f874ae18c2fad5216fd7f8a761d2f5c45985ad9d Mon Sep 17 00:00:00 2001 From: Jonas Berlin Date: Wed, 18 Nov 2015 15:10:00 +0200 Subject: [PATCH] Update using.rst Advertise the `--help all` command more aggressively --- docs/using.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/using.rst b/docs/using.rst index 334e2e197..2ae301d0f 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -49,12 +49,17 @@ To install and run the client you just need to type: Throughout the documentation, whenever you see references to ``letsencrypt`` script/binary, you can substitute in -``letsencrypt-auto``. For example, to get the help you would type: +``letsencrypt-auto``. For example, to get basic help you would type: .. code-block:: shell ./letsencrypt-auto --help +or for full help, type: + +.. code-block:: shell + + ./letsencrypt-auto --help all Running with Docker -------------------