From a7ca41220c2db330b43dddf9bdb07f27c2d3567a Mon Sep 17 00:00:00 2001 From: lotorev vitaly Date: Sat, 1 May 2021 21:04:12 +0000 Subject: [PATCH] Clarify ~/.zuul.conf and --use-config option spelling Change-Id: I9e75645f3ce028b088374f445078abce7243c069 --- doc/source/configuration.rst | 2 +- doc/source/examples/.zuul.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index a4f0f49..4b84784 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -3,7 +3,7 @@ Configuration ============= -The web client will look by default for a ``.zuul.conf`` file for its +The web client will look by default for a ``~/.zuul.conf`` file for its configuration. The file should consist of a ``[webclient]`` section with at least the ``url`` attribute set. The optional ``verify_ssl`` can be set to False to disable SSL verifications when connecting to Zuul (defaults to True). An diff --git a/doc/source/examples/.zuul.conf b/doc/source/examples/.zuul.conf index 459bae6..c53251c 100644 --- a/doc/source/examples/.zuul.conf +++ b/doc/source/examples/.zuul.conf @@ -2,7 +2,7 @@ # Several sections can be created for different Zuul instances or settings. # The "example" section below can be used when calling zuul-client like so: # -# zuul-client --use-conf example ... +# zuul-client --use-config example ... [example] url=https://example.com/zuul/