Clarify ~/.zuul.conf and --use-config option spelling

Change-Id: I9e75645f3ce028b088374f445078abce7243c069
This commit is contained in:
lotorev vitaly 2021-05-01 21:04:12 +00:00 committed by Matthieu Huin
parent 4e4db91c13
commit a7ca41220c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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/