Fix help msg

This commit is contained in:
Zou Yong 2017-03-23 13:40:52 +08:00
parent 5dacf4e55e
commit 7d2b46e919

View file

@ -384,21 +384,19 @@ Proxy options:
Sodium 1.0.12: Sodium 1.0.12:
xchacha20 xchacha20
OpenSSL: OpenSSL:
aes-[128|192|256]-gcm, aes-[128|192|256]-cfb, aes-{128|192|256}-gcm, aes-{128|192|256}-cfb,
aes-[128|192|256]-ofb, aes-[128|192|256]-ctr, aes-{128|192|256}-ofb, aes-{128|192|256}-ctr,
camellia-[128|192|256]-cfb, camellia-{128|192|256}-cfb,
bf-cfb, cast5-cfb, des-cfb, idea-cfb, bf-cfb, cast5-cfb, des-cfb, idea-cfb,
rc2-cfb, seed-cfb, rc2-cfb, seed-cfb,
rc4, rc4-md5, table. rc4, rc4-md5, table.
OpenSSL 1.1: OpenSSL 1.1:
aes-[128|192|256]-ocb aes-{128|192|256}-ocb
mbedTLS: mbedTLS:
mbedtls:aes-[128|192|256]-cfb128, mbedtls:aes-{128|192|256}-cfb128,
mbedtls:aes-[128|192|256]-ctr, mbedtls:aes-{128|192|256}-ctr,
mbedtls:camellia-[128|192|256]-cfb128, mbedtls:camellia-{128|192|256}-cfb128,
mbedtls:salsa20, mbedtls:chacha20, mbedtls:aes-{128|192|256}-gcm
mbedtls:chacha20-ietf,
mbedtls:aes[128|192|256]-gcm
-t TIMEOUT timeout in seconds, default: 300 -t TIMEOUT timeout in seconds, default: 300
-a ONE_TIME_AUTH one time auth -a ONE_TIME_AUTH one time auth
--fast-open use TCP_FASTOPEN, requires Linux 3.7+ --fast-open use TCP_FASTOPEN, requires Linux 3.7+
@ -440,21 +438,19 @@ Proxy options:
Sodium 1.0.12: Sodium 1.0.12:
xchacha20 xchacha20
OpenSSL: OpenSSL:
aes-[128|192|256]-gcm, aes-[128|192|256]-cfb, aes-{128|192|256}-gcm, aes-{128|192|256}-cfb,
aes-[128|192|256]-ofb, aes-[128|192|256]-ctr, aes-{128|192|256}-ofb, aes-{128|192|256}-ctr,
camellia-[128|192|256]-cfb, camellia-{128|192|256}-cfb,
bf-cfb, cast5-cfb, des-cfb, idea-cfb, bf-cfb, cast5-cfb, des-cfb, idea-cfb,
rc2-cfb, seed-cfb, rc2-cfb, seed-cfb,
rc4, rc4-md5, table. rc4, rc4-md5, table.
OpenSSL 1.1: OpenSSL 1.1:
aes-[128|192|256]-ocb aes-{128|192|256}-ocb
mbedTLS: mbedTLS:
mbedtls:aes-[128|192|256]-cfb128, mbedtls:aes-{128|192|256}-cfb128,
mbedtls:aes-[128|192|256]-ctr, mbedtls:aes-{128|192|256}-ctr,
mbedtls:camellia-[128|192|256]-cfb128, mbedtls:camellia-{128|192|256}-cfb128,
mbedtls:salsa20, mbedtls:chacha20, mbedtls:aes-{128|192|256}-gcm
mbedtls:chacha20-ietf,
mbedtls:aes[128|192|256]-gcm
-t TIMEOUT timeout in seconds, default: 300 -t TIMEOUT timeout in seconds, default: 300
-a ONE_TIME_AUTH one time auth -a ONE_TIME_AUTH one time auth
--fast-open use TCP_FASTOPEN, requires Linux 3.7+ --fast-open use TCP_FASTOPEN, requires Linux 3.7+