diff options
author | Kay-Uwe (Kiwi) Lorenz <kiwi@moduleworks.com> | 2021-03-07 15:53:44 +0100 |
---|---|---|
committer | Kay-Uwe (Kiwi) Lorenz <kiwi@moduleworks.com> | 2021-03-07 15:53:44 +0100 |
commit | 3ac6fa12b37dd33610ef2206ef4ddc3b20d9fd3f (patch) | |
tree | 686fda710bd584ff2a2a40f7c493d04efa98b25b | |
parent | fc7387a0a6039bc58b2a741ac9b73d7068375be7 (diff) | |
download | gitlab-3ac6fa12b37dd33610ef2206ef4ddc3b20d9fd3f.tar.gz |
fix: update doc for token helper
-rw-r--r-- | docs/cli-usage.rst | 5 |
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: |