From 3ac6fa12b37dd33610ef2206ef4ddc3b20d9fd3f Mon Sep 17 00:00:00 2001 From: "Kay-Uwe (Kiwi) Lorenz" Date: Sun, 7 Mar 2021 15:53:44 +0100 Subject: fix: update doc for token helper --- docs/cli-usage.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') 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 `_ helper: -- cgit v1.2.1