From 40da709792d0e5907207ce1346020c72d8ec34be Mon Sep 17 00:00:00 2001 From: alexzorin Date: Thu, 25 Jul 2019 18:23:28 +1000 Subject: [PATCH] docs: s/certbot_tests/certbot_test/ (#7267) --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 715788332..8aeef54cc 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -176,7 +176,7 @@ that can be used once the virtual environment is activated: .. code-block:: shell - certbot_tests [ARGS...] + certbot_test [ARGS...] - Execute certbot with the provided arguments and other arguments useful for testing purposes, such as: verbose output, full tracebacks in case Certbot crashes, *etc.*