Merge pull request #236 from Aversiste/patch-1

Add OpenBSD ftp(1) to the PLAIN_TEXT list
This commit is contained in:
Igor Chubin 2018-12-09 19:52:37 +01:00 committed by GitHub
commit e41d6e629e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,8 @@ PLAIN_TEXT_AGENTS = [
"httpie",
"lwp-request",
"wget",
"python-requests"
"python-requests",
"OpenBSD ftp"
]
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation']