diff options
author | Roshless <me@roshless.com> | 2019-05-23 13:29:20 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-23 10:22:37 -0400 |
commit | ae9d60e887ef1c007179220bc22d4fa71b7dfcf0 (patch) | |
tree | 60a28ad5718f911d95e3c950a366f03eb41ac003 | |
parent | c29550835257330748160ea6859ac5552b8ed6a2 (diff) | |
download | aerc-ae9d60e887ef1c007179220bc22d4fa71b7dfcf0.tar.gz |
Fix key value typo in documentation
-rw-r--r-- | doc/aerc-imap.5.scd | 2 | ||||
-rw-r--r-- | doc/aerc-smtp.5.scd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/aerc-imap.5.scd b/doc/aerc-imap.5.scd index 68c9357..12dcfbe 100644 --- a/doc/aerc-imap.5.scd +++ b/doc/aerc-imap.5.scd @@ -35,7 +35,7 @@ available: *imaps*: IMAP with TLS/SSL -*source_cred_cmd* +*source-cred-cmd* Specifies the command to run to get the password for the IMAP account. This command will be run using `sh -c [command]`. If a password is specified in the *source* option, the password will diff --git a/doc/aerc-smtp.5.scd b/doc/aerc-smtp.5.scd index bcddfe1..15e03de 100644 --- a/doc/aerc-smtp.5.scd +++ b/doc/aerc-smtp.5.scd @@ -39,7 +39,7 @@ available: Authenticate with a username and password using AUTH PLAIN. This is the default behavior. -*outgoing_cred_cmd* +*outgoing-cred-cmd* Specifies the command to run to get the password for the SMTP account. This command will be run using `sh -c [command]`. If a password is specified in the *outgoing* option, the password will |