summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Fernandez <xav.fernandez@gmail.com>2020-10-26 23:58:47 +0100
committerGitHub <noreply@github.com>2020-10-26 23:58:47 +0100
commitc15f8672ecc6c02204b025c1c6892c12861b6d38 (patch)
treefb7d55bafd8b2a2b2db63a8c6934c43ca079eda9
parentea74bd3d9085234601a0a6199b2ad65c6b6a002f (diff)
parente48234e66908e0babe167f66eb910e3c65880796 (diff)
downloadpip-c15f8672ecc6c02204b025c1c6892c12861b6d38.tar.gz
Merge pull request #8972 from drpoggi/patch-1
Fix docs for trusted-host in config file
-rw-r--r--docs/html/user_guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/user_guide.rst b/docs/html/user_guide.rst
index 3c9cfec63..0e0f6cd3e 100644
--- a/docs/html/user_guide.rst
+++ b/docs/html/user_guide.rst
@@ -622,8 +622,8 @@ which can be written on multiple lines:
http://mirror2.example.com
trusted-host =
- http://mirror1.example.com
- http://mirror2.example.com
+ mirror1.example.com
+ mirror2.example.com
This enables users to add additional values in the order of entry for such command line arguments.