Skip to content

Commit 3ac6fa1

Browse files
committed
fix: update doc for token helper
1 parent fc7387a commit 3ac6fa1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/cli-usage.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ For all settings, which contain secrets (``http_password``,
123123
``personal_token``, ``oauth_token``, ``job_token``), you can specify
124124
a helper program to retrieve the secret indicated by ``helper:``
125125
prefix. You can only specify a path to a program without any
126-
parameters. It is expected, that the program prints the secret to
127-
standard output.
126+
parameters. You may use ``~`` for expanding your homedir in helper
127+
program's path. It is expected, that the program prints the secret
128+
to standard output.
128129

129130
Example for a `keyring <https://github.com/jaraco/keyring>`_ helper:
130131

0 commit comments

Comments
 (0)