summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay-Uwe (Kiwi) Lorenz <kiwi@moduleworks.com>2021-03-07 15:53:44 +0100
committerKay-Uwe (Kiwi) Lorenz <kiwi@moduleworks.com>2021-03-07 15:53:44 +0100
commit3ac6fa12b37dd33610ef2206ef4ddc3b20d9fd3f (patch)
tree686fda710bd584ff2a2a40f7c493d04efa98b25b
parentfc7387a0a6039bc58b2a741ac9b73d7068375be7 (diff)
downloadgitlab-3ac6fa12b37dd33610ef2206ef4ddc3b20d9fd3f.tar.gz
fix: update doc for token helper
-rw-r--r--docs/cli-usage.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/cli-usage.rst b/docs/cli-usage.rst
index c27e6c5..6668197 100644
--- a/docs/cli-usage.rst
+++ b/docs/cli-usage.rst
@@ -123,8 +123,9 @@ For all settings, which contain secrets (``http_password``,
``personal_token``, ``oauth_token``, ``job_token``), you can specify
a helper program to retrieve the secret indicated by ``helper:``
prefix. You can only specify a path to a program without any
-parameters. It is expected, that the program prints the secret to
-standard output.
+parameters. You may use ``~`` for expanding your homedir in helper
+program's path. It is expected, that the program prints the secret
+to standard output.
Example for a `keyring <https://github.com/jaraco/keyring>`_ helper: