Clarify ~/.zuul.conf and --use-config option spelling
Change-Id: I9e75645f3ce028b088374f445078abce7243c069
This commit is contained in:
parent
4e4db91c13
commit
a7ca41220c
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user