FIX doc userscript qute-pass

This commit is contained in:
Jan Knížek 2020-08-07 16:39:55 +02:00
parent 278e7f154a
commit 063b8810ab
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ for example: "github.com/cryzed" or "websites/github.com". How the username and
password are determined is freely configurable using the CLI arguments. As an
example, if you instead store the username as part of the secret (and use a
site's name as filename), instead of the default configuration, use
`--username-target secret` and `--username-regex "username: (.+)"`.
`--username-target secret` and `--username-pattern "username: (.+)"`.
The login information is inserted by emulating key events using qutebrowser's
fake-key command in this manner: [USERNAME]<Tab>[PASSWORD], which is compatible