diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-18 15:34:16 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-18 15:34:16 -0400 |
commit | ca2cd00fe75863002145afcbfad1fe03f6258cfc (patch) | |
tree | 6699de430d93fddf3a682f838af0f4c81c1dcaba /doc/aerc-smtp.5.scd | |
parent | b8208509f47301bcb03bc222f5e5765833478250 (diff) | |
download | aerc-ca2cd00fe75863002145afcbfad1fe03f6258cfc.tar.gz |
Fix scdoc & gofmt issues
Diffstat (limited to 'doc/aerc-smtp.5.scd')
-rw-r--r-- | doc/aerc-smtp.5.scd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/aerc-smtp.5.scd b/doc/aerc-smtp.5.scd index 17eb627..bcddfe1 100644 --- a/doc/aerc-smtp.5.scd +++ b/doc/aerc-smtp.5.scd @@ -40,14 +40,14 @@ available: default behavior. *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 - take precedence over this command. + 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 + take precedence over this command. - Example: + Example: - `pass hostname/username` + pass hostname/username # SEE ALSO |